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