BaseOptionRequiredMessage Property
This is used to get or set a message to display if the option is missing
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public string RequiredMessage { get; set; }
Public Property RequiredMessage As String
Get
Set
public:
property String^ RequiredMessage {
String^ get ();
void set (String^ value);
}
member RequiredMessage : string with get, set
Property Value
String The default is null and the parameter is optional. If set to a non-null, non-empty string
value, the parameter is required.