RegInfoIsRegistered Property |
Gets a boolean value indicating whether the extension is registered to the PBX.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic bool IsRegistered { get; }
Public ReadOnly Property IsRegistered As Boolean
Get
public:
property bool IsRegistered {
bool get ();
}
member IsRegistered : bool with get
Property Value
Type:
Boolean
See Also