ProjectWSSInfoDataSet.ProjWssInfoDataTable.Item-Eigenschaft
Ruft eine Zeile in der ProjWssInfoDataTable, wo die Zeilen durch einen Index angegeben werden.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ProjectWSSInfoDataSet.ProjWssInfoRow
Get
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim index As Integer
Dim value As ProjectWSSInfoDataSet.ProjWssInfoRow
value = instance.Item(index)
public ProjectWSSInfoDataSet.ProjWssInfoRow this[
int index
] { get; }
Parameter
index
Typ: System.Int32Die Nummer der Zeile, wobei 0 die erste Zeile ist.
Eigenschaftswert
Typ: WebSvcWssInterop.ProjectWSSInfoDataSet.ProjWssInfoRow
Siehe auch
Referenz
ProjectWSSInfoDataSet.ProjWssInfoDataTable Klasse