QuickObjects.ObjectBase Send comments on this topic.
IndexOf Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > JoinFieldCollection Class : IndexOf Method
joinField
JoinField to locate within the collection.
Returns the index for the JoinField within the collection.

Syntax

C# 
public int IndexOf( 
   JoinField joinField
)

Parameters

joinField
JoinField to locate within the collection.

Return Value

Index of the JoinField.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also