PhoneLineWrapperDoNotDisturb Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic override bool DoNotDisturb { get; set; }
Public Overrides Property DoNotDisturb As Boolean
Get
Set
public:
virtual property bool DoNotDisturb {
bool get () override;
void set (bool value) override;
}
abstract DoNotDisturb : bool with get, set
override DoNotDisturb : bool with get, set
Property Value
BooleanImplements
IPhoneLineDoNotDisturb
See Also