ISandcastle ProjectFilename Property
This read-only property is used to get the filename for the project
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 Filename { get; }VB
ReadOnly Property Filename As String
GetC++
property String^ Filename {
String^ get ();
}F#
abstract Filename : string with get