AbstractMessageModifierSeparator Property |
Gets the separator characters for the lines.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxprotected abstract string Separator { get; }
Protected MustOverride ReadOnly Property Separator As String
Get
protected:
virtual property String^ Separator {
String^ get () abstract;
}
abstract Separator : string with get
Property Value
Type:
String
See Also