This documentation is archived and is not being maintained.
AttributeUsageAttribute Properties
Visual Studio 2010
The AttributeUsageAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
AllowMultiple | Gets or sets a Boolean value indicating whether more than one instance of the indicated attribute can be specified for a single program element. |
|
Inherited | Gets or sets a Boolean value indicating whether the indicated attribute can be inherited by derived classes and overriding members. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
|
ValidOn | Gets a set of values identifying which program elements that the indicated attribute can be applied to. |
Show: