C-DEngine 5.105

TheServiceHostInfo..::..TrackAccess Property

Enables the Access Tracker for User Activities

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

Syntax


public bool TrackAccess { get; set; }
Public Property TrackAccess As Boolean
	Get
	Set
public:
property bool^ TrackAccess {
	bool^ get ();
	void set (bool^ value);
}