Aracılığıyla paylaş


DelegationDataSet.TeamMembersDataTable.Item Property

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

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As DelegationDataSet.TeamMembersRow
    Get
'Usage
Dim instance As DelegationDataSet.TeamMembersDataTable
Dim index As Integer
Dim value As DelegationDataSet.TeamMembersRow

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

Parameters

Property Value

Type: [Statusing Web service].DelegationDataSet.TeamMembersRow

See Also

Reference

DelegationDataSet.TeamMembersDataTable Class

DelegationDataSet.TeamMembersDataTable Members

Statusing Web Service