SubscriptionInfoAccount Property |
Gets the user for the subscription.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic SIPAddress Account { get; }
Public ReadOnly Property Account As SIPAddress
Get
public:
property SIPAddress^ Account {
SIPAddress^ get ();
}
member Account : SIPAddress with get
Property Value
Type:
SIPAddress
See Also