StatusTransactionDataSet.StatusTransactionsDataTable.Item-Eigenschaft
Ruft eine Zeile in der StatusTransactionsDataTable, wo die Zeilen durch einen Index angegeben werden.
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; }
Parameter
index
Typ: System.Int32Gibt die Zeile an, die abgerufen werden sollen.
Eigenschaftswert
Typ: WebSvcStatusing.StatusTransactionDataSet.StatusTransactionsRow
Siehe auch
Referenz
StatusTransactionDataSet.StatusTransactionsDataTable Klasse