ArgumentCreationInfo.MemberName Property
Gets or sets the name of the property or method that defined the argument.
Namespace: Ookii.CommandLine.SupportAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public string MemberName {
get;
set; }
Public Property MemberName As String
Get
Set
Dim instance As ArgumentCreationInfo
Dim value As String
value = instance.MemberName
instance.MemberName = value
public:
property String^ MemberName {
String^ get ();
void set (String^ value);
}
Property Value
String