ArgumentCreationInfoRequiredProperty Property
Gets or sets a value that indicates whether the argument was defined by a C# 11 required
property.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public bool RequiredProperty {
get;
set; }
Public Property RequiredProperty As Boolean
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As Boolean
value = instance.RequiredProperty
instance.RequiredProperty = value
public:
property bool RequiredProperty {
bool get ();
void set (bool value);
}
Property Value
Boolean