Udostępnij za pośrednictwem


CtiDesktopManager.IsCtiEnabled Property

Gets or sets a Boolean value that specifies whether CTI is enabled.

Namespace: Microsoft.Uii.Desktop.Cti.Controls
Assembly: Microsoft.Uii.Desktop.Cti.Controls (in Microsoft.Uii.Desktop.Cti.Controls.dll)

Usage

'Usage
Dim instance As CtiDesktopManager
Dim value As Boolean

value = instance.IsCtiEnabled

instance.IsCtiEnabled = value

Syntax

'Declaration
Public Property IsCtiEnabled As Boolean
public bool IsCtiEnabled { get; set; }
public:
virtual property bool IsCtiEnabled {
    bool get () sealed;
    void set (bool value);
}
/** @property */
public final boolean get_IsCtiEnabled ()

/** @property */
public void set_IsCtiEnabled (boolean value)
public final function get IsCtiEnabled () : boolean

public function set IsCtiEnabled (value : boolean)

Property Value

Type: Boolean
True if CTI is enabled, otherwise false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

CtiDesktopManager Class
CtiDesktopManager Members
Microsoft.Uii.Desktop.Cti.Controls Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.