Get or set the entry priority

Namespace: BrightstarDB.Caching
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public CachePriority Priority { get; protected set; }
Visual Basic
Public Property Priority As CachePriority
	Get
	Protected Set
Visual C++
public:
property CachePriority Priority {
	CachePriority get ();
	protected: void set (CachePriority value);
}
F#
member Priority : CachePriority with get, set

Property Value

Type: CachePriority

See Also