PerformanceCounterPermissionAttribute.CategoryName Property

Definition

Gets or sets the name of the performance counter category.

public:
 property System::String ^ CategoryName { System::String ^ get(); void set(System::String ^ value); };
public string CategoryName { get; set; }
member this.CategoryName : string with get, set
Public Property CategoryName As String

Property Value

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

Exceptions

The value is null.

Applies to