schema_type_field_index Property

The index of the current field (property) in an OData schema complex type.

Syntax

def get_schema_type_field_index() -> int: ...
def set_schema_type_field_index(value: int) -> None: ...

schema_type_field_index = property(get_schema_type_field_index, set_schema_type_field_index)

Default Value

0

Remarks

This property is used to specify a field (property) within a complex type. Once set, schema_type_field will be populated.

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