BaseOptionRequiredMessage 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: 2024.12.21.0
public string RequiredMessage { get; set; }

Property Value

String

Remarks

The default is null and the parameter is optional. If set to a non-null, non-empty string value, the parameter is required.

See Also