SIPAddressAddress Property |
Gets or sets the address part of the SIP address.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string Address { get; set; }
Public Property Address As String
Get
Set
public:
property String^ Address {
String^ get ();
void set (String^ value);
}
member Address : string with get, set
Property Value
Type:
StringSee Also