Click or drag to resize

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
Syntax
public string MemberName { get; }

Property Value

Type: String
The name of the property or constructor parameter that defined this command line argument.
See Also