schema_property_index Property

The index of the current property in an OData schema entity.

Syntax

def get_schema_property_index() -> int: ...
def set_schema_property_index(value: int) -> None: ...

schema_property_index = property(get_schema_property_index, set_schema_property_index)

Default Value

0

Remarks

This property is used to specify a property within an entity (specified by schema_entity_index). Once set, schema_property will be populated.

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