AssnHistoryDataSet.HistoryDataTable.Item-Eigenschaft
Ruft eine Zeile in der HistoryDataTable, 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 AssnHistoryDataSet.HistoryRow
Get
'Usage
Dim instance As AssnHistoryDataSet.HistoryDataTable
Dim index As Integer
Dim value As AssnHistoryDataSet.HistoryRow
value = instance.Item(index)
public AssnHistoryDataSet.HistoryRow this[
int index
] { get; }
Parameter
index
Typ: System.Int32Gibt die Zeile an, die abgerufen werden sollen.
Eigenschaftswert
Typ: WebSvcStatusing.AssnHistoryDataSet.HistoryRow
Siehe auch
Referenz
AssnHistoryDataSet.HistoryDataTable Klasse