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