AttributeUsageAttribute Properties
.NET Framework 1.1
The properties of the AttributeUsageAttribute class are listed here. For a complete list of AttributeUsageAttribute class members, see the AttributeUsageAttribute Members topic.
Public Properties
AllowMultiple Supported by the .NET Compact Framework. | 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 Supported by the .NET Compact Framework. | Gets or sets a Boolean value indicating whether the indicated attribute can be inherited by derived classes and overriding members. |
TypeId (inherited from Attribute) | When implemented in a derived class, gets a unique identifier for this Attribute. |
ValidOn Supported by the .NET Compact Framework. | Gets a set of values identifying which program elements that the indicated attribute can be applied to. |
