Class CounterAttribute
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public class CounterAttribute : Attribute
- Inheritance
-
CounterAttribute
- Inherited Members
- Extension Methods
Properties
CategoryName
public string CategoryName { get; set; }
Property Value
CounterName
public string CounterName { get; set; }
Property Value
InstanceName
public string InstanceName { get; set; }
Property Value
UseSum
public bool UseSum { get; set; }