Click or drag to resize

IAttrType Properties

The IAttrType type exposes the following members.

Properties
  NameDescription
Public propertyDescription
The attribute type description. The description can be empty.
Public propertyDisplayName
The display name.
Public propertyId
The attribute type ID. The ID is generated by the platform and cannot be modified.
Public propertyIsValid
Indicates if the attribute type instance is valid. The attribute type becomes invalid if the Destroy method has been called or the package is deleted.
Public propertyName
The attribute type name. The name must be unique within the system context and must follow the QName convention. It is recommended that the attribute type name contains the package name prefix.
Public propertyPackage
Gets the containing package.
Public propertyRangeSpec
Public propertyUom
Public propertyValueType
Top
See Also