| BuildProcessMSBuildExePath Property |
This returns the path to MSBuild.exe
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string MSBuildExePath { get; }
Public ReadOnly Property MSBuildExePath As String
Get
public:
property String^ MSBuildExePath {
String^ get ();
}
member MSBuildExePath : string with get
Property Value
Type:
StringSee Also