'Declaration Public Function IndexOf( _ ByVal value As CustomPropertyDefinition _ ) As Integer
public int IndexOf( CustomPropertyDefinition value )
Parameters
- value
- The CustomPropertyDefinition value to look up in the collection.
Return Value
The zero-based index of the first occurrence of the value within the collection, if found; otherwise, -1.