Share via


ProjectDataSet.ProjectResourceDataTable.Item Property

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

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

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

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

Parameters

Property Value

Type: [Statusing Web service].ProjectDataSet.ProjectResourceRow

See Also

Reference

ProjectDataSet.ProjectResourceDataTable Class

ProjectDataSet.ProjectResourceDataTable Members

Statusing Web Service