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 string InstanceName { get; set; }
Visual Basic
Public Property InstanceName As String
	Get
	Set
Visual C++
public:
property String^ InstanceName {
	String^ get ();
	void set (String^ value);
}

See Also