PropertyObject.Attributes

Syntax

PropertyObject.Attributes

Data Type

PropertyObject

Purpose

Returns a container for storing data associated with the PropertyObject .

Remarks

Use container subproperties under the Attributes property to serve as attribute namespaces. National Instruments recommends that you create a uniquely named container or hierarchy of containers under which you store attribute variables, such as CompanyName.AttributeCategory.Attribute , to avoid name conflicts.

The name NI is reserved at the root level for National Instruments.

National Instruments recommends that you access this property only if the PropertyObject.HasAttributes property is True .

Note The attributes for a sequence file are located on the SequenceFile.Data object instead of on the SequenceFile object directly.

See Also

PropertyObject

PropertyObject.DisplayAttributesDialog

PropertyObject.HasAttributes

PropertyObject.HasTypeAttributes

PropertyObject.TypeAttributes

SequenceFile

Thread Safety of the PropertyObject API and TestStand Variables