CommandLineArgumentMemberName Property |
Gets the name of the property or constructor parameter that defined this command line argument.
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.3.0
Syntaxpublic string MemberName { get; }
Public ReadOnly Property MemberName As String
Get
Dim instance As CommandLineArgument
Dim value As String
value = instance.MemberName
public:
property String^ MemberName {
String^ get ();
}
Property Value
Type:
String
The name of the property or constructor parameter that defined this command line argument.
See Also