Gets or sets the actual presence category data.

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

Syntax

Visual Basic (Declaration)
Public 
Property 
Category 
As 

PresenceCategory
C#
public 

PresenceCategory 
Category { 
get; 
set; }
Visual C++
public:
property 

PresenceCategory^ 
Category {
	

PresenceCategory^ 
get ();
	
void 
set (

PresenceCategory^ 
value);
}
JavaScript
function get_
category();
function set_
category(
value);

See Also