หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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] |