AbstractPhoneLineSIPAccount Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic virtual SIPAccount SIPAccount { get; protected set; }
Public Overridable Property SIPAccount As SIPAccount
Get
Protected Set
public:
virtual property SIPAccount^ SIPAccount {
SIPAccount^ get ();
protected: void set (SIPAccount^ value);
}
abstract SIPAccount : SIPAccount with get, set
override SIPAccount : SIPAccount with get, set
Property Value
Type:
SIPAccountImplements
ISIPClientSIPAccount
See Also