CommandLineArgumentIsRequiredProperty Property
Gets a value that indicates whether the argument is backed by a required property.
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
public bool IsRequiredProperty { get; }
Public ReadOnly Property IsRequiredProperty As Boolean
Get
Dim instance As CommandLineArgument
Dim value As Boolean
value = instance.IsRequiredProperty
public:
property bool IsRequiredProperty {
bool get ();
}
Property Value
Boolean if the argument is defined by a property with the C# 11
required keyword; otherwise,
.
If the IsRequiredProperty property is , the
IsRequired property is guaranteed to also be .