CommandLineArgumentMemberName Property

Gets the name of the property, method, or constructor parameter that defined this command line argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public string MemberName { get; }

Property Value

String
The name of the property, method, or constructor parameter that defined this command line argument.

See Also