Share via


StatusingAssignmentsDataSet.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 StatusingAssignmentsDataSet.AssignmentsRow
    Get
'Usage
Dim instance As StatusingAssignmentsDataSet.AssignmentsDataTable
Dim index As Integer
Dim value As StatusingAssignmentsDataSet.AssignmentsRow

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

Parameters

  • index
    Type: System.Int32

    Specifies the row that is to be retrieved.

Property value

Type: WebSvcStatusing.StatusingAssignmentsDataSet.AssignmentsRow

See also

Reference

StatusingAssignmentsDataSet.AssignmentsDataTable class

StatusingAssignmentsDataSet.AssignmentsDataTable members

WebSvcStatusing namespace