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: 6.0.2000.0 (6.0.2000.1)

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