C-DEngine 5.105

ThePageDefinition..::..LastCache Property

RETIRED in V4: now using LastCacheWP - will be removed in V5

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

Syntax


public string LastCache { get; set; }
Public Property LastCache As String
	Get
	Set
public:
property String^ LastCache {
	String^ get ();
	void set (String^ value);
}