OptionListAttributeSeparator Property |
Gets or sets the values separator character.
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic char Separator { get; set; }
public:
property wchar_t Separator {
wchar_t get ();
void set (wchar_t value);
}
Property Value
Type:
Char
See Also