Share via


ProjectRelationsDataSet.ProjectRelationsDataTable.Item property

Gets a row object in the ProjectRelationsDataTable, 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 ProjectRelationsDataSet.ProjectRelationsRow
    Get
'Usage
Dim instance As ProjectRelationsDataSet.ProjectRelationsDataTable
Dim index As Integer
Dim value As ProjectRelationsDataSet.ProjectRelationsRow

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

Parameters

Property value

Type: WebSvcProject.ProjectRelationsDataSet.ProjectRelationsRow

See also

Reference

ProjectRelationsDataSet.ProjectRelationsDataTable class

ProjectRelationsDataSet.ProjectRelationsDataTable members

WebSvcProject namespace