searchReturnValues (property)

Controls whether the search operation returns values of attributes, or only types.

Syntax

@property (nonatomic,readwrite,assign,getter=searchReturnValues,setter=setSearchReturnValues:) BOOL searchReturnValues;
- (BOOL)searchReturnValues;
- (void)setSearchReturnValues:(BOOL)newSearchReturnValues;
public var searchReturnValues: Bool {
  get {...}
set {...} }

Default Value

TRUE

Remarks

This property controls whether the search operation returns values of attributes, or only types. If only attributes are needed, disabling returning of values will enhance performance.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 iOS Edition - Version 20.0 [Build 8155]