String OptionTemplate Property
This is used to specify the template used when showing the command line syntax
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 Template { get; set; }VB
Public Property Template As String
Get
SetC++
public:
property String^ Template {
String^ get ();
void set (String^ value);
}F#
member Template : string with get, set