AbstractPhoneLineDoNotDisturb Property |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic virtual bool DoNotDisturb { get; set; }
Public Overridable Property DoNotDisturb As Boolean
Get
Set
public:
virtual property bool DoNotDisturb {
bool get ();
void set (bool value);
}
abstract DoNotDisturb : bool with get, set
override DoNotDisturb : bool with get, set
Property Value
Type:
BooleanImplements
IPhoneLineDoNotDisturb
See Also