AbstractMessageModifierSeparator Property |
Gets the separator characters for the lines.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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:
StringSee Also