CustomMonitoringEvent.Message Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns a CustomMonitoringEventMessage value that defines the event message.
- Attributes