Returns the XML string represented by this category.

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

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
GetCategoryDataXml 
As 
String
C#
public 
override 
string 
GetCategoryDataXml()
Visual C++
public:
virtual 
String^ 
GetCategoryDataXml() 
override
JavaScript
function 
getCategoryDataXml();

Return Value

See Also