MonitoringAlertHistory.MonitoringAlertId Property
Applies To: Operations Manager for System Center 2012
Gets the globally unique identifier (GUID) for the alert.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public Guid MonitoringAlertId { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property Guid MonitoringAlertId {
Guid get();
internal: void set(Guid value);
}
[<DataMemberAttribute(IsRequired = true)>]
member MonitoringAlertId : Guid with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property MonitoringAlertId As Guid
Get
Friend Set
End Property
Property Value
Type: System.Guid
Returns a Guid for the alert.
See Also
MonitoringAlertHistory Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top