HelpOptionAttributeRequired Property |
Returns always false for this kind of option.
This behaviour can't be changed by design; if you try set
Required
an
InvalidOperationException will be thrown.
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