Partager via


DeviceManager.VideoDevices Property

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>

See Also

Reference

DeviceManager Class

DeviceManager Members

Microsoft.Lync.Model.Device Namespace