Share via


CustomMonitoringEvent.EventData Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the data for the event.

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public string EventData { get; set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ EventData {
    String^ get();
    void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member EventData : string with get, set
<DataMemberAttribute(IsRequired := True)>
Public Property EventData As String

Property Value

Type: System.String

Returns a String that contains the data for the event.

See Also

CustomMonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top