IPWorks Auth 2020 Python Edition

Questions / Feedback?

search_return_values Property

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

Syntax

def get_search_return_values() -> bool: ...
def set_search_return_values(value: bool) -> None: ...

search_return_values = property(get_search_return_values, set_search_return_values)

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 Python Edition - Version 20.0 [Build 8155]