Base OptionName Property
This read-only property returns the option name
Definition
Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public string Name { get; }VB
Public ReadOnly Property Name As String
GetC++
public:
property String^ Name {
String^ get ();
}F#
member Name : string with get