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.
An enumeration that specifies the possible priority levels for objects in a cache.
Namespace: Microsoft.Office.Server.ObjectCache
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Enumeration PriorityType
'Usage
Dim instance As PriorityType
public enum PriorityType
Members
| Member name | Description | |
|---|---|---|
| None | Specifies no priority. | |
| High | Specifies the highest priority. | |
| Medium | Specifies medium priority. | |
| Low | Specifies the lowest priority. |