Assembly-Attributes Paragraph

The Assembly-Attributes paragraph allows you to specify assembly-wide attributes.

assembly-attributes-paragraph

Assembly-attributes paragraph

Example

Class-id myClass.

ASSEMBLY-ATTRIBUTES.  *> Define an attribute on an assembly
 attribute CLSCompliant(true).

Method-id myMethod.
...
end method.
end class.