[]
Gets the index of a property by name.
int IndexOf(string name)
Function IndexOf(name As String) As Integer
Type | Name | Description |
---|---|---|
string | name | The case-insensitive name of the property. |
Type | Description |
---|---|
int | The zero based index. Negative value if not found. |