CustomMonitoringEvent.Message Property

Definition

The message for the event.

public:
 property Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringEventMessage ^ Message { Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringEventMessage ^ get(); void set(Microsoft::EnterpriseManagement::Monitoring::CustomMonitoringEventMessage ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEventMessage Message { get; set; }
member this.Message : Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEventMessage with get, set
Public Property Message As CustomMonitoringEventMessage

Property Value

CustomMonitoringEventMessage

Returns a CustomMonitoringEventMessage value that defines the event message.

Attributes

Applies to