Condividi tramite


ProjectDataSet.AssignmentDataTable.Item property

Gets a row in the AssignmentDataTable, where the row is specified by an index.

Namespace:  WebSvcProject
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ProjectDataSet.AssignmentRow
    Get
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim index As Integer
Dim value As ProjectDataSet.AssignmentRow

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

Parameters

Property value

Type: WebSvcProject.ProjectDataSet.AssignmentRow

See also

Reference

ProjectDataSet.AssignmentDataTable class

ProjectDataSet.AssignmentDataTable members

WebSvcProject namespace