Share via


Application.HighPriority Property

 

Priority for downloading the application.

Namespace:   Microsoft.ConfigurationManagement.ApplicationManagement
Assembly:  Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)

Syntax

public int HighPriority { get; set; }
public:
property int HighPriority {
    int get();
    void set(int value);
}
Public Property HighPriority As Integer

Property Value

Type: System.Int32

Returns Int32.

Remarks

The following are possible values for the HighPriority property:

Value

Priority

1

High

2

Normal

3

Low

See Also

Application Class
Microsoft.ConfigurationManagement.ApplicationManagement Namespace

Return to top