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