Gets or sets the time at which the output image expires and is removed from the server cache.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

See Also