StatusTransactionDataSet.StatusTransactionsDataTable.Item property
Gets a row in the StatusTransactionsDataTable, 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 StatusTransactionDataSet.StatusTransactionsRow
Get
'Usage
Dim instance As StatusTransactionDataSet.StatusTransactionsDataTable
Dim index As Integer
Dim value As StatusTransactionDataSet.StatusTransactionsRow
value = instance.Item(index)
public StatusTransactionDataSet.StatusTransactionsRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row that is to be retrieved.
Property value
Type: WebSvcStatusing.StatusTransactionDataSet.StatusTransactionsRow
See also
Reference
StatusTransactionDataSet.StatusTransactionsDataTable class
StatusTransactionDataSet.StatusTransactionsDataTable members