Indicates if the container currently holds any data.

Namespace: MonoSoftware.MonoX.Caching
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public bool HasValue { get; }
Visual Basic
Public ReadOnly Property HasValue As Boolean
	Get
Visual C++
public:
property bool HasValue {
	bool get ();
}
F#
member HasValue : bool with get

Property Value

Type: Boolean

See Also