Edit

Share via


PresenceCategoryWithMetaData.CreateInnerDataXml Method

Definition

Creates an XML string that represents the presence category data.

public:
 virtual System::String ^ CreateInnerDataXml();
public virtual string CreateInnerDataXml ();
abstract member CreateInnerDataXml : unit -> string
override this.CreateInnerDataXml : unit -> string
Public Overridable Function CreateInnerDataXml () As String

Returns

XML string with category data.

Remarks

Empty string will be returned if Category is set to null.

Applies to