Share via


AudioDevice.Priority property

Gets the priority of the audio device.

Namespace:  Microsoft.Lync.Model.Device
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public ReadOnly Property Priority As Integer
    Get
'Usage
Dim instance As AudioDevice
Dim value As Integer

value = instance.Priority
public int Priority { get; }

Property value

Type: System.Int32

Remarks

The device priority reflects the capability of an audio device. A higher number indicates that the audio device has better capability than an audio device with a lower priority.

See also

Reference

AudioDevice class

AudioDevice members

Microsoft.Lync.Model.Device namespace