adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SearchReplaceResult Class / PrimaryObjectOID Property


In This Topic
    PrimaryObjectOID Property
    In This Topic
    The OID of the top-level object in which the match was found.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property PrimaryObjectOID As OID
    [NotNull()]
    public OID PrimaryObjectOID {get;}
    [NotNull()]
    public:
    property OID^ PrimaryObjectOID {
       OID^ get();
    }
    See Also