PerformanceCounterInstaller.CategoryType Property

Definition

Gets or sets the performance counter category type.

public:
 property System::Diagnostics::PerformanceCounterCategoryType CategoryType { System::Diagnostics::PerformanceCounterCategoryType get(); void set(System::Diagnostics::PerformanceCounterCategoryType value); };
[System.Runtime.InteropServices.ComVisible(false)]
public System.Diagnostics.PerformanceCounterCategoryType CategoryType { get; set; }
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.CategoryType : System.Diagnostics.PerformanceCounterCategoryType with get, set
Public Property CategoryType As PerformanceCounterCategoryType

Property Value

One of the PerformanceCounterCategoryType values.

Attributes

Exceptions

Remarks

The CategoryType property specifies whether the performance counter category can have multiple instances.

Applies to