The globally unique identifier (GUID) of the alert that failed to get updated. Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As ConnectorMonitoringAlertUpdateFailure
Dim value As Guid

value = instance.MonitoringAlertId

instance.MonitoringAlertId = value

Syntax

Visual Basic
<DataMemberAttribute> _
Public MonitoringAlertId As Guid
C#
[DataMemberAttribute] 
public Guid MonitoringAlertId
C++
[DataMemberAttribute] 
public:
Guid MonitoringAlertId
J#
/** @attribute DataMemberAttribute() */ 
public Guid MonitoringAlertId
JScript
DataMemberAttribute 
public var MonitoringAlertId : Guid

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also