'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 option but can be fetched individually by the client when needed. If ReturnObjects is true, all objects with matches will be returned.
If Action is SearchReplaceType.ReplaceAndReturn, the objects are returned regardless of this setting.