schemaPropertyIndex (property)

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

Syntax

@property (nonatomic,readwrite,assign,getter=schemaPropertyIndex,setter=setSchemaPropertyIndex:) int schemaPropertyIndex;
- (int)schemaPropertyIndex;
- (void)setSchemaPropertyIndex:(int)newSchemaPropertyIndex;
public var schemaPropertyIndex: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

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

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