IndexOf

IBehaviorPropertyCollection.IndexOf method

Determines the index of a specific item by property value in the IList.

public int IndexOf(string propertyValue)
ParameterTypeDescription
propertyValueStringvalue of the property

Return Value

The index of the property with the specified value

See Also