AttributeBinding.Ordinal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the ordinal number representing the position for binding within a collection.
public int Ordinal { get; set; }
member this.Ordinal : int with get, set
Public Property Ordinal As Integer
Property Value
An Integer that represents the ordinal number within a collection to bind to.