ISandcastle ProjectProject Out Dir Property
This read-only property is used to get the project-specific OutDir property value if defined
Definition
Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
string ProjectOutDir { get; }VB
ReadOnly Property ProjectOutDir As String
GetC++
property String^ ProjectOutDir {
String^ get ();
}F#
abstract ProjectOutDir : string with get