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