Share via


CacheParameter.priority property

Gets or sets the default PriorityType for items in this cache.

Namespace:  Microsoft.Office.Server.ObjectCache
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property priority As PriorityType
    Get
    Set
'Usage
Dim instance As CacheParameter
Dim value As PriorityType

value = instance.priority

instance.priority = value
public PriorityType priority { get; set; }

Property value

Type: Microsoft.Office.Server.ObjectCache.PriorityType
Returns PriorityType.

See also

Reference

CacheParameter structure

CacheParameter members

Microsoft.Office.Server.ObjectCache namespace