Click or drag to resize

IRelAttrDef Properties

The IRelAttrDef type exposes the following members.

Properties
  NameDescription
Public propertyAttrType
Gets the associated attribute type.
Public propertyDescription
The attribute definition description. The description can be empty.
Public propertyDisplayName
The display name.
Public propertyId
The attribute definition ID. The ID is generated by the platform and cannot be modified.
Public propertyIsValid
Indicates if the attribute definition is valid. The attribute definition becomes invalid if the Destroy method has been called or the relationship type has been deleted.
Public propertyName
The attribute definition name. The name must be unique within the context of the containing relationship type and must follow the QName convention. No package name prefix required.
Public propertyRelType
Gets the containing object type.
Public propertyStorageType
Gets or sets the storage type.
Top
See Also