SIPAccountDomainServerHost Property |
Gets the host part of the domain for the SIP account.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
Type:
String
See Also