Gets or sets the priority of the conversation.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Property 
Priority 
As 
String
C#
public 
string 
Priority { 
get; 
set; }
Visual C++
public:
property 
String^ 
Priority {
	
String^ 
get ();
	
void 
set (
String^ 
value);
}
JavaScript
function get_
priority();
function set_
priority(
value);

Remarks

Valid priority strings are defined in the ConversationPriorityclass.

Exceptions

Exception Condition
ArgumentException Thrown when the priority value is empty or not a valid priority.

See Also