SIPAccountDomainServerHost Property |
Gets the host part of the domain for the SIP account.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
StringSee Also