MonitoringEvent.EventData Property

 

Applies To: Operations Manager for System Center 2012

Gets the data associated with the event.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

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

Property Value

Type: System.String

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

See Also

MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top