Description
The database-wide unique identifier for this McDBRightsOwner (McDBUser or McDBGroup) object.
-
Property type
-
A String value.
-
Syntax
-
object.ID
The ID Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBGroup. | Remarks
An Id is never reused, but only unique within a particular McDBDatabase. Therefore, it is possible, albeit not necessarily likely, that an McDBRightsOwner's Id may be the same as Id of an McDBRightsOwner in a different McDBDatabase.
Notes
The value for this property is generated by the database engine, and so is never assigned and unassignable. This property is made available by the database engine in case client code needs a unique identifier for an McDBRightsOwner that is never reused.
|