Selerix Developer Tools
Item Property (FieldCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > FieldCollection Class : Item Property
Gets the Field with the specified field ID.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal fieldID As String _
) As Field
'Usage
 
Dim instance As FieldCollection
Dim fieldID As String
Dim value As Field
 
value = instance.Item(fieldID)
public new Field this[ 
   string fieldID
]; {get;}
public  this: : Field;[ 
    fieldID: String
]; read-only
public hide  this[ 
   fieldID : String
] get : Field
public: __property new Field* get_Item   string* fieldID
;
public:
new property Field^ default [String^] {
   Field^ get(String^ fieldID);
}

Parameters

fieldID

Property Value

The field ID.
See Also

Reference

FieldCollection Class
FieldCollection Members