P_CommandLine_BaseAttribute_MetaValue - adutton/commandline GitHub Wiki
Gets or sets mapped property meta value. Usually an uppercase hint of required value type.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public string MetaValue { get; set; }VB
Public Property MetaValue As String
Get
SetC++
public:
property String^ MetaValue {
String^ get ();
void set (String^ value);
}F#
member MetaValue : string with get, set
Type: String