Gets/Sets the priority of item.
Namespace: Alachisoft.NCache.Runtime.CachingAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public CacheItemPriority ItemPriority { get; set; } |
| Visual Basic |
|---|
Public Property ItemPriority As CacheItemPriority Get Set |
| Visual C++ |
|---|
public: property CacheItemPriority ItemPriority { CacheItemPriority get (); void set (CacheItemPriority value); } |