LyncClient.DeviceManager property
Gets the device manager.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property DeviceManager As DeviceManager
Get
'Usage
Dim instance As LyncClient
Dim value As DeviceManager
value = instance.DeviceManager
public DeviceManager DeviceManager { get; }
Property value
Type: Microsoft.Lync.Model.Device.DeviceManager