DeviceManager.ActiveVideoDevice property
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