Condividi tramite


DelegationDataSet.TeamMembersDataTable.Item property

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

Namespace:  WebSvcStatusing
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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: WebSvcStatusing.DelegationDataSet.TeamMembersRow

See also

Reference

DelegationDataSet.TeamMembersDataTable class

DelegationDataSet.TeamMembersDataTable members

WebSvcStatusing namespace