EventRecord.ToXml Method

Definition

Gets the XML representation of the event. All of the event properties are represented in the event XML. The XML conforms to the event schema.

public:
 abstract System::String ^ ToXml();
public abstract string ToXml ();
abstract member ToXml : unit -> string
Public MustOverride Function ToXml () As String

Returns

Returns a string that contains the XML representation of the event.

Applies to

See also