Click or drag to resize

FndReferenceQualifierCollection.Item Property

Retrieve a FndReferenceQualifier object within this 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 FndReferenceQualifier this[
	int index
] { get; }

Parameters

index
Type: System.Int32

Property Value

Type: FndReferenceQualifier
See Also