RegInfoIsRegistered Property |
Gets a boolean value indicating whether the extension is registered to the PBX.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.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
Boolean
See Also