ProjectDataSet.AssignmentDataTable.Item Property
Gets a row in the AssignmentDataTable, 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 ProjectDataSet.AssignmentRow
Get
'Usage
Dim instance As ProjectDataSet.AssignmentDataTable
Dim index As Integer
Dim value As ProjectDataSet.AssignmentRow
value = instance.Item(index)
public ProjectDataSet.AssignmentRow this[
int index
] { get; }
Parameters
- index
Type: System.Int32
Specifies the row.
Property Value
Type: [Project Web service].ProjectDataSet.AssignmentRow
See Also
Reference
ProjectDataSet.AssignmentDataTable Class