Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the minimum and maximum values for the Priority (settingsType) element.
<xs:simpleType name="priorityType">
<xs:restriction
base="byte"
>
<xs:enumeration
value="0"
/>
<xs:enumeration
value="10"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The priorityType simple type defines the following values.
Value | Description |
---|---|
0 | Minimum integer allowed. |
10 | Maximum integer allowed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |