Selerix Developer Tools
Item Property (CustomFieldCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CustomFieldCollection Class : Item Property
Gets or sets the element at the specified index.
Syntax
'Declaration
 
Public Shadows Default Property Item( _
   ByVal name As String _
) As CustomField
'Usage
 
Dim instance As CustomFieldCollection
Dim name As String
Dim value As CustomField
 
instance.Item(name) = value
 
value = instance.Item(name)
public new CustomField this[ 
   string name
]; {get; set;}
public  this: : CustomField;[ 
    name: String
]; read-write
public hide  this[ 
   name : String
] get,set : CustomField
public: __property new CustomField* get_Item   string* name
;
public: __property new void set_Item   string* name,
   CustomField* value
;
public:
new property CustomField^ default [String^] {
   CustomField^ get(String^ name);
   void set (String^ name, CustomField^ value);
}

Parameters

name

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
name is less than 0. -or- name is equal to or greater than Count.
See Also

Reference

CustomFieldCollection Class
CustomFieldCollection Members