Share via


EffectiveMonitoringWorkflow.AlertPriority Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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

Usage

'Usage
Dim instance As EffectiveMonitoringWorkflow
Dim value As Nullable(Of ManagementPackWorkflowPriority)

value = instance.AlertPriority

instance.AlertPriority = value

Syntax

'Declaration
Public Property AlertPriority As Nullable(Of ManagementPackWorkflowPriority)
public Nullable<ManagementPackWorkflowPriority> AlertPriority { get; set; }
public:
property Nullable<ManagementPackWorkflowPriority> AlertPriority {
    Nullable<ManagementPackWorkflowPriority> get ();
    void set (Nullable<ManagementPackWorkflowPriority> value);
}
/** @property */
public Nullable<ManagementPackWorkflowPriority> get_AlertPriority ()

/** @property */
public void set_AlertPriority (Nullable<ManagementPackWorkflowPriority> value)
public function get AlertPriority () : Nullable<ManagementPackWorkflowPriority>

public function set AlertPriority (value : Nullable<ManagementPackWorkflowPriority>)

Property Value

Returns ManagementPackWorkflowPriority.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

EffectiveMonitoringWorkflow Class
EffectiveMonitoringWorkflow Members
Microsoft.EnterpriseManagement.Administration Namespace