ProjectWSSInfoDataSet.ProjWssInfoDataTable.Item property
Gets a row in the ProjWssInfoDataTable, where the row is specified by an index.
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; }
Parameters
index
Type: System.Int32Number of the row, where 0 is the first row.
Property value
Type: WebSvcWssInterop.ProjectWSSInfoDataSet.ProjWssInfoRow
See also
Reference
ProjectWSSInfoDataSet.ProjWssInfoDataTable class