SummaryTaskPathDataSet.SummaryTaskPathDataTable.Item property
Gets a row in the SummaryTaskPathDataTable, where the row is specified by an index.
Namespace: WebSvcStatusing
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As SummaryTaskPathDataSet.SummaryTaskPathRow
Get
'Usage
Dim instance As SummaryTaskPathDataSet.SummaryTaskPathDataTable
Dim index As Integer
Dim value As SummaryTaskPathDataSet.SummaryTaskPathRow
value = instance.Item(index)
public SummaryTaskPathDataSet.SummaryTaskPathRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row that is to be retrieved.
Property value
Type: WebSvcStatusing.SummaryTaskPathDataSet.SummaryTaskPathRow
See also
Reference
SummaryTaskPathDataSet.SummaryTaskPathDataTable class