DataSourceElementCollection.Item Property
Include Protected Members
Include Inherited Members
Gets or sets a DataSourceElement.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Item(ConfigurationProperty) | Gets or sets a property or attribute of this configuration element. (Inherited from ConfigurationElement.) | |
Item[Int32] | Gets or sets a DataSourceElement at the specified index location. | |
Item[String] | Gets a DataSourceElement identified by name. |
Top