CustomAttribute
The CustomAttribute
class contains a custom attribute. Available for .NET only.
Properties
The CustomAttribute
class provides the following properties:
Property | Description |
---|---|
Name
|
The name of the custom attribute, specified as a string. |
Value
|
The value of the custom attribute, specified as a string. |