Determines the index of a specific
Property object in the
PropertyCollection.
'Declaration
Public Function IndexOf( _
ByVal As Property _
) As System.Integer
public System.int IndexOf(
Property
)
Parameters
- value
- The Property object to locate in the PropertyCollection.
Return Value
The index of the entry if it is found in the collection; otherwise, -1.