ComponentProperties.IndexOf Method
This method determines the index of a specific ComponentProperty in the ComponentProperties collection.
Syntax
public int IndexOf ( object value )
| Parameters | Description |
| value | The object whose index in the collection will be returned. |
Return Value
The index of the specified object.