VersionsDataSet.VersionsDataTable.Item property
Gets a VersionRow object from the VersionsDataTable.
Namespace: WebSvcAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As VersionsDataSet.VersionsRow
Get
'Usage
Dim instance As VersionsDataSet.VersionsDataTable
Dim index As Integer
Dim value As VersionsDataSet.VersionsRow
value = instance.Item(index)
public VersionsDataSet.VersionsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32The integer offset into the VersionsDataTable.
Property value
Type: WebSvcAdmin.VersionsDataSet.VersionsRow
See also
Reference
VersionsDataSet.VersionsDataTable class