Click or drag to resize

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)
Syntax
C#
public int IndexOf(
	FndReferenceQualifier qualifierColumn
)

Parameters

qualifierColumn
Type: Ifs.Fnd.Data.FndReferenceQualifier
The object to locate in the collection.

Return Value

Type: Int32
The index of value if found in the list; otherwise, -1.
See Also