public MultiValueArgumentInfo? MultiValueInfo { get; }
Public ReadOnly Property MultiValueInfo As MultiValueArgumentInfo
Get
Dim instance As CommandLineArgument
Dim value As MultiValueArgumentInfo
value = instance.MultiValueInfo
public:
property MultiValueArgumentInfo^ MultiValueInfo {
MultiValueArgumentInfo^ get ();
}
For dictionary arguments, this property only returns the information that applies to both dictionary and multi-value arguments. For information that applies to dictionary arguments, but not other types of multi-value arguments, use the DictionaryInfo property.