Specifies the object identifier for the entity or relationship.
Syntax
value = QBEntity.ObjectID
or
value = QBRelationship.ObjectID
Part | Description |
---|---|
QBEntity or QBRelationship | An object variable that represents a entity or relationship in the domain. |
value | An integer, which is returned, that represents the entity or relationship identifier. |
Remarks
This property is read-only.
Applies To