Selerix Developer Tools
Item(String) Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameterList Class > Item Property : Item(String) Property
Gets or sets the element by name
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Overloads Property Item( _
   ByVal name As String _
) As ReportParameter
'Usage
 
Dim instance As ReportParameterList
Dim name As String
Dim value As ReportParameter
 
instance.Item(name) = value
 
value = instance.Item(name)
[XmlIgnore()]
public ReportParameter Item( 
   string name
) {get; set;}
public read-write property Item( 
    name: String
): ReportParameter; 
XmlIgnoreAttribute()
public function get,set Item( 
   name : String
) : ReportParameter
[XmlIgnore()]
public: __property ReportParameter* get_Item( 
   string* name
);
public: __property void set_Item( 
   string* name,
   ReportParameter* value
);
[XmlIgnore()]
public:
property ReportParameter^ Item {
   ReportParameter^ get(String^ name);
   void set (String^ name, ReportParameter^ value);
}

Parameters

name
See Also

Reference

ReportParameterList Class
ReportParameterList Members
Overload List