Share via


StatusingDataSet.AssignmentsDataTable.Item property

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

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

Parameters

  • index
    Type: System.Int32

    Specifies the row that is to be retrieved.

Property value

Type: WebSvcStatusing.StatusingDataSet.AssignmentsRow

See also

Reference

StatusingDataSet.AssignmentsDataTable class

StatusingDataSet.AssignmentsDataTable members

WebSvcStatusing namespace