SIPAccountRegisterPassword Property |
Gets the password for SIP account authentication.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic string RegisterPassword { get; set; }
Public Property RegisterPassword As String
Get
Set
public:
property String^ RegisterPassword {
String^ get ();
void set (String^ value);
}
member RegisterPassword : string with get, set
Property Value
Type:
String
See Also