Share via


ProjectContextDataSet.RelationshipsDataTable.Item Property

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

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As ProjectContextDataSet.RelationshipsRow
    Get
'Usage
Dim instance As ProjectContextDataSet.RelationshipsDataTable
Dim index As Integer
Dim value As ProjectContextDataSet.RelationshipsRow

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

Parameters

Property Value

Type: [Project Web service].ProjectContextDataSet.RelationshipsRow

See Also

Reference

ProjectContextDataSet.RelationshipsDataTable Class

ProjectContextDataSet.RelationshipsDataTable Members

Project Web Service