RelationshipCollection.IndexOf Method
Include Protected Members
Include Inherited Members
Gets the index of a Relationship.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexOf(String) | Searches for a Relationship with the specified identifier and returns its zero-based index within the collection. | |
IndexOf(Relationship) | Gets the index of a specified Relationship. |
Top