Share via


ProjectContextDataSet.RelationshipsDataTable.Item property

Gets a row in the RelationshipsDataTable, 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 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: WebSvcProject.ProjectContextDataSet.RelationshipsRow

See also

Reference

ProjectContextDataSet.RelationshipsDataTable class

ProjectContextDataSet.RelationshipsDataTable members

WebSvcProject namespace