Specifies that a method is a keyword. If the name of the keyword is not specified the name of the annotated method is used as the keyword name.
'Declaration <AttributeUsageAttribute(AttributeTargets.Method> Public Class KeywordAttribute Inherits Attribute
| Name | Description |
|---|---|
| Name Property (KeywordAttribute) | Gets the name of the keyword. The default value is an empty string. |
| Description Property (KeywordAttribute) | Gets the description of the keyword. The default value is an empty string. |