PresenceCategory.GetCategoryDataXml Method
Returns the XML string represented by this category.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public MustOverride Function GetCategoryDataXml As String
'Usage
Dim instance As PresenceCategory
Dim returnValue As String
returnValue = instance.GetCategoryDataXml()
public abstract string GetCategoryDataXml()
Return Value
Type: System.String
The XML string.