FndReferenceQualifierCollection.IndexOf Method |
Determines the index of a specific item in the collection.
Namespace:
Ifs.Fnd.Data
Assembly:
Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic int IndexOf(
FndReferenceQualifier qualifierColumn
)
Parameters
- qualifierColumn
- Type: Ifs.Fnd.Data.FndReferenceQualifier
The object to locate in the collection.
Return Value
Type:
Int32The index of value if found in the list; otherwise, -1.
See Also