C-DEngine 5.105

ThePageDefinition..::..LastCacheTime Property

V4: Set the Last Cache Time of a page

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public DateTimeOffset LastCacheTime { get; set; }
Public Property LastCacheTime As DateTimeOffset
	Get
	Set
public:
property DateTimeOffset^ LastCacheTime {
	DateTimeOffset^ get ();
	void set (DateTimeOffset^ value);
}