adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / ImportObjectHeader Class / DuplicateObjectOID Field


In This Topic
    DuplicateObjectOID Field
    In This Topic
    The OID of the duplicate object, if any.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public DuplicateObjectOID As OID
    [DataMember()]
    public OID DuplicateObjectOID
    [DataMember()]
    public:
    OID^ DuplicateObjectOID
    Remarks
    If the ObjectState is DuplicateKeySame, DuplicateKeyOlder, or DuplicateKeyNewer, then another object exists in adTempus with the same key fields as the object being imported, but a different OID. The DuplicateObjectOID will give the OID of that duplicate object.
    See Also