adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ADTObject Class / OID Property


In This Topic
    OID Property (ADTObject)
    In This Topic
    The Object Identifier that uniquely identifies the object.
    Syntax
    '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();
    }
    Remarks

    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.

    See Also