public bool IsRequired { get; }Public ReadOnly Property IsRequired As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.IsRequiredpublic:
property bool IsRequired {
bool get ();
}An argument is required if its CommandLineArgumentAttributeIsRequired, property is , or if it was defined by an property with the required keyword available in C# 11 and later.