SubscriptionInfoContactAddress Property |
Gets the contact address of the user.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
SIPAddressSee Also