PresenceCategoryWithMetaData.CreateInnerDataXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.