Creates a new instance of the CustomPresenceCategory class.

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

Syntax

Visual Basic (Declaration)
Protected 
Sub 
New ( _
	
categoryName 
As 
String _
)
C#
protected 
CustomPresenceCategory(
	
string 
categoryName
)
Visual C++
protected:
CustomPresenceCategory(
	
String^ 
categoryName
)
JavaScript

Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory
= 
function(
categoryName);

Parameters

categoryName
Type: String
Name of the category.

See Also