PerformanceCounterPermissionAttribute.CategoryName 属性

定义

获取或设置性能计数器类别的名称。

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

属性值

性能计数器类别(性能对象)的名称。

例外

该值为 null

适用于