Specifies a brief description of the entity or relationship.
Syntax
string = QBEntity.Description
or
string = QBRelationship.Description
Part | Description |
---|---|
string | A string that returns the description of the object. |
QBEntity or QBRelationship | An object variable that represents a entity in the domain. |
Remarks
This property is read-only.
Applies To