KeyTypeConverterAttributeConverterTypeName Property |
Namespace:
Ookii.CommandLine
Assembly:
Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntaxpublic string ConverterTypeName { get; }
Public ReadOnly Property ConverterTypeName As String
Get
Dim instance As KeyTypeConverterAttribute
Dim value As String
value = instance.ConverterTypeName
public:
property String^ ConverterTypeName {
String^ get ();
}
Property Value
Type:
String
See Also