ISandcastle ProjectMSBuild Out Dir Property
This is used to get or set the MSBuild OutDir property value that is defined when using Team
Build. This value comes from the global properties rather than the project properties.
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
This value is used for project documentation sources and project references so that the correct items are used from them.
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string MSBuildOutDir { get; set; }VB
Property MSBuildOutDir As String
Get
SetC++
property String^ MSBuildOutDir {
String^ get ();
void set (String^ value);
}F#
abstract MSBuildOutDir : string with get, setProperty Value
StringThis value is used for project documentation sources and project references so that the correct items are used from them.