ArgumentNameAttributeArgumentName Property |
Gets the name of the argument.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic string ArgumentName { get; }
Public ReadOnly Property ArgumentName As String
Get
Dim instance As ArgumentNameAttribute
Dim value As String
value = instance.ArgumentName
public:
property String^ ArgumentName {
String^ get ();
}
Property Value
Type:
String
The name of the argument.
See Also