Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an XML string that represents the presence category data.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overridable Function CreateInnerDataXml As String
'Usage
Dim instance As PresenceCategoryWithMetaData
Dim returnValue As String
returnValue = instance.CreateInnerDataXml()
public virtual string CreateInnerDataXml()
Return Value
Type: System.String
XML string with category data.
Remarks
Empty string will be returned if Category is set to null.
See Also
Reference
PresenceCategoryWithMetaData Class