'Declaration
<AttributeUsageAttribute(AttributeTargets.Class Or _ AttributeTargets.Interface Or _ AttributeTargets.Struct, AllowMultiple=False, Inherited=False)> <SerializableAttribute()> Public NotInheritable Class EventMetricAttribute Inherits System.Attribute
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Interface | AttributeTargets.Struct, AllowMultiple=false, Inherited=false)] [Serializable()] public sealed class EventMetricAttribute : System.Attribute