PhoneLineConfigurationSIPAccount Property |
Gets the user and domain data for the SIP account.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public SIPAccount SIPAccount { get; set; }
Public Property SIPAccount As SIPAccount
Get
Set
public:
virtual property SIPAccount^ SIPAccount {
SIPAccount^ get () sealed;
void set (SIPAccount^ value) sealed;
}
abstract SIPAccount : SIPAccount with get, set
override SIPAccount : SIPAccount with get, set
Property Value
Type:
SIPAccountImplements
ISIPClientConfigurationSIPAccountSee Also