Priority Property
Gets the priority of the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property Priority As String
Get
'Usage
Dim instance As Conversation
Dim value As String
value = instance.Priority
public string Priority { get; }
Property Value
Type: System..::..String