SubscriptionInfoContactAddress Property |
Gets the contact address of the user.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic SIPAddress ContactAddress { get; set; }
Public Property ContactAddress As SIPAddress
Get
Set
public:
property SIPAddress^ ContactAddress {
SIPAddress^ get ();
void set (SIPAddress^ value);
}
member ContactAddress : SIPAddress with get, set
Property Value
Type:
SIPAddress
See Also