QuickObjects.ObjectBase Send comments on this topic.
Item(String) Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > IFieldCollection Class > Item Property : Item(String) Property
name
Returns the fields with the specified name.

Syntax

C# 
public BaseField Item( 
   string name
) {get;}

Parameters

name

Requirements

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

See Also