PresenceCategory Constructor (String)
Creates a new instance of the PresenceCategory class.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String _
)
'Usage
Dim name As String
Dim instance As New PresenceCategory(name)
protected PresenceCategory(
string name
)
Parameters
- name
Type: System.String
The name of the presence category.