Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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