SIPAccountRegistrationRequired Property |
Gets a boolean value indicating whether the SIP account needs to be registered on the remote host.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool RegistrationRequired { get; set; }
Public Property RegistrationRequired As Boolean
Get
Set
public:
property bool RegistrationRequired {
bool get ();
void set (bool value);
}
member RegistrationRequired : bool with get, set
Property Value
Type:
Boolean
See Also