MonitoringEvent.EventData Property

Definition

A property that allows you to associated data with the event.

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

Property Value

Returns a String that contains the data associated with the event.

Applies to