MonitoringAlert.Priority Property
Applies To: Operations Manager for System Center 2012
Gets the priority of the alert.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public ManagementPackWorkflowPriority Priority { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property ManagementPackWorkflowPriority Priority {
ManagementPackWorkflowPriority get();
internal: void set(ManagementPackWorkflowPriority value);
}
[<DataMemberAttribute(IsRequired = true)>]
member Priority : ManagementPackWorkflowPriority with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property Priority As ManagementPackWorkflowPriority
Get
Friend Set
End Property
Property Value
Type: Microsoft.EnterpriseManagement.Configuration.ManagementPackWorkflowPriority
Returns a ManagementPackWorkflowPriority enumeration value.
Remarks
The priority is set when the alert is generated.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top