다음을 통해 공유


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

Remarks

The device manager lets you set the active audio or video device from an enumeration of the media devices installed on a computer.

See Also

Reference

LyncClient Class

LyncClient Members

Microsoft.Lync.Model Namespace