Share via


CustomMonitoringEvent.EventData Property

Definition

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

public:
 property System::String ^ EventData { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string EventData { get; set; }
member this.EventData : string with get, set
Public Property EventData As String

Property Value

Returns a String that contains the data for the event.

Attributes

Applies to