CustomPresenceCategory Constructor (String, 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
Public Sub New ( _
categoryName As String, _
dataXml As String _
)
'Usage
Dim categoryName As String
Dim dataXml As String
Dim instance As New CustomPresenceCategory(categoryName, _
dataXml)
public CustomPresenceCategory(
string categoryName,
string dataXml
)
Parameters
- categoryName
Type: System.String
Name of the category.
- dataXml
Type: System.String
XML string containing the category data XML.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when dataXml is null. |
See Also
Reference
CustomPresenceCategory Members