HelpVerbOptionAttributeRequired Property |
Help verb command like ordinary help option cannot be mandatory by design.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override bool Required { get; set; }
public:
virtual property bool Required {
bool get () override;
void set (bool value) override;
}
Property Value
Type:
Boolean
See Also