MonitoringAlertHistory.TicketId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ticket id.
public:
property System::String ^ TicketId { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string TicketId { get; }
member this.TicketId : string
Public ReadOnly Property TicketId As String
Property Value
Returns the String for the ticket of the alert.
- Attributes