Share via


MonitoringAlert.TicketId Property

Definition

The ticket id of the alert.

public:
 property System::String ^ TicketId { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string TicketId { get; set; }
member this.TicketId : string with get, set
Public Property TicketId As String

Property Value

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

Attributes

Examples

See Owner for an example of this property.

Remarks

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

Applies to