'Declaration
<DataMemberAttribute()> Public ReturnObjects As Boolean
[DataMember()] public bool ReturnObjects
[DataMember()] public: bool ReturnObjects
'Declaration
<DataMemberAttribute()> Public ReturnObjects As Boolean
[DataMember()] public bool ReturnObjects
[DataMember()] public: bool ReturnObjects
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.