StatusingDataSet.ProjectsDataTable.Item property

Gets a row in the ProjectsDataTable, 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 StatusingDataSet.ProjectsRow
    Get
'Usage
Dim instance As StatusingDataSet.ProjectsDataTable
Dim index As Integer
Dim value As StatusingDataSet.ProjectsRow

value = instance.Item(index)
public StatusingDataSet.ProjectsRow this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    Specifies the row that is to be retrieved.

Property value

Type: WebSvcStatusing.StatusingDataSet.ProjectsRow
A row object.

See also

Reference

StatusingDataSet.ProjectsDataTable class

StatusingDataSet.ProjectsDataTable members

WebSvcStatusing namespace