Share via


DeviceManager.ActiveVideoDevice Property

Sets or gets the active video device.

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

Syntax

'Declaration
Public Property ActiveVideoDevice As VideoDevice
    Get
    Set
'Usage
Dim instance As DeviceManager
Dim value As VideoDevice

value = instance.ActiveVideoDevice

instance.ActiveVideoDevice = value
public VideoDevice ActiveVideoDevice { get; set; }

Property Value

Type: Microsoft.Lync.Model.Device.VideoDevice

See Also

Reference

DeviceManager Class

DeviceManager Members

Microsoft.Lync.Model.Device Namespace