EventMetadata.Template Property

Definition

Gets the template string for the event. Templates are used to describe data that is used by a provider when an event is published. Templates optionally specify XML that provides the structure of an event. The XML allows values that the event publisher provides to be inserted during the rendering of an event.

public:
 property System::String ^ Template { System::String ^ get(); };
public string Template { get; }
member this.Template : string
Public ReadOnly Property Template As String

Property Value

A string that contains the template for the event.

Applies to

See also