The properties of System.AttributeUsageAttribute are listed below. For a list of all members, see the AttributeUsageAttribute Members list.
See Also: Inherited members from System.Attribute
AllowMultiple bool. Gets or sets a value indicating whether more than one instance of a specified attribute is permitted to be applied to any given program element. Inherited bool. Gets or sets a bool value indicating whether the attribute can be inherited by subclasses of the class to which the attribute is applied. [read-only] ValidOn AttributeTargets. Gets the set of values sent to the AttributeUsageAttribute constructor that indicate to which targets the custom attribute can be applied.