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

Namespace: Neodynamic.WebControls.BarcodeProfessional
Assembly: Neodynamic.WebControls.BarcodeProfessional (in Neodynamic.WebControls.BarcodeProfessional.dll) Version: 7.0.2000.0 (7.0.2000.0)

Syntax

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

See Also