CustomMonitoringEvent.Message Property
Applies To: Operations Manager for System Center 2012
Gets or sets the event message.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public CustomMonitoringEventMessage Message { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property CustomMonitoringEventMessage^ Message {
CustomMonitoringEventMessage^ get();
void set(CustomMonitoringEventMessage^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Message : CustomMonitoringEventMessage with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property Message As CustomMonitoringEventMessage
Property Value
Type: Microsoft.EnterpriseManagement.Monitoring.CustomMonitoringEventMessage
Returns a CustomMonitoringEventMessage value that defines the event message.
See Also
CustomMonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top