ProjectRelationsDataSet.ProjectRelationsDataTable.Item Property
Gets a row object in the ProjectRelationsDataTable, 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 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
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [Project Web service].ProjectRelationsDataSet.ProjectRelationsRow
See Also
Reference
ProjectRelationsDataSet.ProjectRelationsDataTable Class