MonitoringAlert.ProblemId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) of the associated monitor if the IsMonitorAlert property is true, otherwise, gets or sets the GUID for the problem.

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public Guid ProblemId { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property Guid ProblemId {
    Guid get();
    internal: void set(Guid value);
}
[<DataMemberAttribute(IsRequired = true)>]
member ProblemId : Guid with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property ProblemId As Guid
    Get
    Friend Set
End Property

Property Value

Type: System.Guid

Returns the Guid of the associated monitor if the IsMonitorAlert property is true , otherwise, returns the GUID for the problem.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top