IPWorks Auth 2020 Python Edition

Questions / Feedback?

attr_value Property

Attribute value for the current entry.

Syntax

def get_attr_value(attr_index: int) -> bytes: ...
def set_attr_value(attr_index: int, value: bytes) -> None: ...

Default Value

""

Remarks

Attribute value for the current entry.

If the value is part of a set of values, the attribute_type that contains the corresponding attribute type is an empty string, and the attribute type for the set is specified in the previous attribute of the properties with a non-empty attribute_type.

The attr_index parameter specifies the index of the item in the array. The size of the array is controlled by the attr_count property.

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