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.
Gets the collection of video 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>