DeviceManager.VideoDevices property
Gets the collection of devices.
Namespace: Microsoft.Lync.Model.Device
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property VideoDevices As IList(Of Device)
Get
'Usage
Dim instance As DeviceManager
Dim value As IList(Of Device)
value = instance.VideoDevices
public IList<Device> VideoDevices { get; }
Property value
Type: System.Collections.Generic.IList<Device>