CustomAttribute Properties
Specifies a custom attribute for a class or a class member.| Name | Description |
|---|---|
| Name | Gets the attribute’s name. |
| TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
| Value | Gets the attribute’s value. |
See Also