'Declaration
<ComVisibleAttribute(False)> <NotNullAttribute()> Public ReadOnly Property OID As OID
[ComVisible(false)] [NotNull()] public OID OID {get;}
[ComVisible(false)] [NotNull()] public: property OID^ OID { OID^ get(); }
'Declaration
<ComVisibleAttribute(False)> <NotNullAttribute()> Public ReadOnly Property OID As OID
[ComVisible(false)] [NotNull()] public OID OID {get;}
[ComVisible(false)] [NotNull()] public: property OID^ OID { OID^ get(); }
Each ADTObject instance has an OID that is used by adTempus to identify the object. This is also used as the primary key in the database tables. Because the OID is the identity for the object, changing other properties of the object (such as a name) does not affect references to the object.