'Declaration
<AttributeUsageAttribute(AttributeTargets.Field Or _ AttributeTargets.Method Or _ AttributeTargets.Property, AllowMultiple=True, Inherited=False)> <SerializableAttribute()> Public NotInheritable Class SampledMetricDivisorAttribute Inherits System.Attribute
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Method | AttributeTargets.Property, AllowMultiple=true, Inherited=false)] [Serializable()] public sealed class SampledMetricDivisorAttribute : System.Attribute