IBuild ProcessProject Filename Property
This read-only property is used to get the project filename without the folder
Definition
Namespace: Sandcastle.Core.BuildEngine
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 ProjectFilename { get; }VB
ReadOnly Property ProjectFilename As String
GetC++
property String^ ProjectFilename {
String^ get ();
}F#
abstract ProjectFilename : string with get