Device.IsActive property

Determines if this device is the active device.

Namespace:  Microsoft.Lync.Model.Device
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property IsActive As Boolean
    Get
'Usage
Dim instance As Device
Dim value As Boolean

value = instance.IsActive
public bool IsActive { get; }

Property value

Type: System.Boolean

See also

Reference

Device class

Device members

Microsoft.Lync.Model.Device namespace