ConversationProperties.Priority Property
Gets or sets the priority of the conversation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property Priority As String
Get
Set
'Usage
Dim instance As ConversationProperties
Dim value As String
value = instance.Priority
instance.Priority = value
public string Priority { get; set; }
Property Value
Type: System.String
Exceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the priority value is empty or not a valid priority. ConversationPriority |
Remarks
Valid priority strings are defined in the ConversationPriority class.