PerformanceCounterPermissionAttribute::CategoryName Property

 

Gets or sets the name of the performance counter category.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

public:
property String^ CategoryName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the performance counter category (performance object).

Exception Condition
ArgumentNullException

The value is null.

.NET Framework
Available since 1.1
Return to top
Show: