RequiresAnyAttributeArguments Property
Gets the names of the arguments, one of which must be supplied on the command line.
Namespace: Ookii.CommandLine.ValidationAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
public string[] Arguments { get; }
Public ReadOnly Property Arguments As String()
Get
Dim instance As RequiresAnyAttribute
Dim value As String()
value = instance.Arguments
public:
property array<String^>^ Arguments {
array<String^>^ get ();
}
Property Value
String
The names of the arguments.