| SIPAccountRegisterPassword Property |
Gets the password for SIP account authentication.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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