CustomPresenceCategory Constructor (String)
Creates a new instance of the CustomPresenceCategory class.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub New ( _
categoryName As String _
)
'Usage
Dim categoryName As String
Dim instance As New CustomPresenceCategory(categoryName)
protected CustomPresenceCategory(
string categoryName
)
Parameters
- categoryName
Type: System.String
Name of the category.
See Also
Reference
CustomPresenceCategory Members