Share via


DataSourceCollection.Item property

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As IDataSource
    Get
'Usage
Dim instance As DataSourceCollection
Dim index As Integer
Dim value As IDataSource

value = instance(index)
public IDataSource this[
    int index
] { get; }

Parameters

Property value

Type: System.Web.UI.IDataSource

See also

Reference

DataSourceCollection class

DataSourceCollection members

Microsoft.SharePoint.WebControls namespace