SIPAccountDomainServerPort Property |
Gets the port part of the domain for the SIP account.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic int DomainServerPort { get; set; }
Public Property DomainServerPort As Integer
Get
Set
public:
property int DomainServerPort {
int get ();
void set (int value);
}
member DomainServerPort : int with get, set
Property Value
Int32
See Also