Returns true if the current user has the rights to read/write to performance counters under the category of object cache.

Namespace: Alachisoft.NCache.Web.Statistics
Assembly: Alachisoft.NCache.Web (in Alachisoft.NCache.Web.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public bool UserHasAccessRights { get; }
Visual Basic
Public ReadOnly Property UserHasAccessRights As Boolean
	Get
Visual C++
public:
property bool UserHasAccessRights {
	bool get ();
}

See Also