'Declaration Public Overloads Property Item( _ ByVal propertyOrdinal As Integer _ ) As Object
public object Item( int propertyOrdinal ) {get; set;}
Parameters
- propertyOrdinal
- The ordinal position of the property in the collection of public properties of the type of the view element.