C-DEngine 5.105

TheSessionState..::..PageHits Property

Hit Counter of pages for this session

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

Syntax


public int PageHits { get; set; }
Public Property PageHits As Integer
	Get
	Set
public:
property int^ PageHits {
	int^ get ();
	void set (int^ value);
}