[This is preliminary documentation and is subject to change.]
Gets or sets the index number of this instance.
The get property is only valid if ContainsIndex returns true.
| C# | Visual Basic | Visual C++ |
public int IndexNumber { get; set; }
Public Property IndexNumber As Integer
public: property int IndexNumber { int get (); void set (int value); }