Share via


MonitoringAlert.TicketId Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets a string identifier for the ticket of the alert.

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

Syntax

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

Property Value

Type: System.String

Returns a String value representing a GUID for the ticket of the alert.

Remarks

When a property value for an alert is set, call the

Examples

See Owner for an example of this property.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top