BaseOptionAttributeRequired Property |
Gets or sets a value indicating whether a command line option is required.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic virtual bool Required { get; set; }
public:
virtual property bool Required {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also