attribute

attribute — creates an attribute.

Syntax

(attribute domain assemblyname attrname typename)
    

Arguments

domain

The domain in which this attribute applies.

assemblyname

The assembly or subassembly in which this attribute applies.

attrname

The name of this attribute.

typename

The type of this attribute.

Returns

A message indicating success or error. Please refer to Return Syntax for details.

Description

This command creates an attribute. For more information and an example, please refer to Section 2.4.2, “Assemblies, Subassemblies, Attributes, and Properties”.