public bool IsRequired { get; }
Public ReadOnly Property IsRequired As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.IsRequired
public:
property bool IsRequired {
bool get ();
}
An argument defined by a constructor parameter is required if the parameter does not have a default value. An argument defined by a property or method is required if its IsRequired property is .