CacheInsertOptions::Priority Property

 

Gets or sets the priority.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
property CacheItemPriority Priority {
	CacheItemPriority get();
	void set(CacheItemPriority value);
}

Property Value

Type: System.Web.Caching::CacheItemPriority

The priority.

.NET Framework
Available since 4.7
Return to top
Show: