adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / TokenSearchOptions Class / ReturnObjects Field


In This Topic
    ReturnObjects Field (TokenSearchOptions)
    In This Topic
    Determines whether the objects will be returned by a search operation.
    Syntax
    'Declaration
     
    
    <DataMemberAttribute()>
    Public ReturnObjects As Boolean
    [DataMember()]
    public bool ReturnObjects
    [DataMember()]
    public:
    bool ReturnObjects
    Remarks

    If ReturnObjects is false, the objects will not be returned by the search but can be fetched individually by the client when needed. If ReturnObjects is true, all objects with matches will be returned.

    See Also