Gets or sets if absolute expiration is turned on.

Note: Absolute expiration is turned on by default.

Namespace: MonoSoftware.Web.Caching
Assembly: MonoSoftware.Web (in MonoSoftware.Web.dll) Version: 1.0.40.661 (1.0.40.661)

Syntax

C#
public bool UseAbsoluteExipiration { get; set; }
Visual Basic
Public Property UseAbsoluteExipiration As Boolean
	Get
	Set
Visual C++
public:
property bool UseAbsoluteExipiration {
	bool get ();
	void set (bool value);
}
F#
member UseAbsoluteExipiration : bool with get, set

Property Value

Type: Boolean

See Also