SIPAccountDomainServerHost Property |
Gets the host part of the domain for the SIP account.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic string DomainServerHost { get; set; }
Public Property DomainServerHost As String
Get
Set
public:
property String^ DomainServerHost {
String^ get ();
void set (String^ value);
}
member DomainServerHost : string with get, set
Property Value
String
See Also