Base OptionRequired Message Property
This is used to get or set a message to display if the option is missing
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 RequiredMessage { get; set; }VB
Public Property RequiredMessage As String
Get
SetC++
public:
property String^ RequiredMessage {
String^ get ();
void set (String^ value);
}F#
member RequiredMessage : string with get, setProperty Value
StringRemarks
The default is null and the parameter is optional. If set to a non-null, non-empty string
value, the parameter is required.