SchemaTypeFieldIndex Property
The index of the current field (property) in an OData schema complex type.
Syntax
[VB.NET] Public Property SchemaTypeFieldIndex As Integer
[C#] public int SchemaTypeFieldIndex {get; set;}
Remarks
This property is used to specify a field (property) within a complex type. Once set, SchemaTypeField will be populated.
This property is not available at design time.
Default Value
0