Gets/Sets absolute expiration.

Namespace: Alachisoft.NCache.Runtime.Caching
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public DateTime AbsoluteExpiration { get; set; }
Visual Basic
Public Property AbsoluteExpiration As DateTime
	Get
	Set
Visual C++
public:
property DateTime AbsoluteExpiration {
	DateTime get ();
	void set (DateTime value);
}

See Also