Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the data source at the specified index.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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
index
Type: System.Int32A 32-bit signed integer that specifies the index of the desired data source.
Property Value
Type: System.Web.UI.IDataSource
A IDataSource interface.