VerbOptionAttributeRequired Property |
Verb commands cannot be mandatory since are mutually exclusive 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