The members of System.AttributeUsageAttribute are listed below.
See Also: Inherited members from System.Attribute
| Constructs and initializes a new instance of the AttributeUsageAttribute class. |
| 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. |