次の方法で共有


DelegationDataSet.DelegatableAssignmentsDataTable.Item Property

Gets a row in the DelegatableAssignmentsDataTable, 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.DelegatableAssignmentsRow
    Get
'Usage
Dim instance As DelegationDataSet.DelegatableAssignmentsDataTable
Dim index As Integer
Dim value As DelegationDataSet.DelegatableAssignmentsRow

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

Parameters

  • index
    Type: System.Int32
    Specifies the row that is to be retrieved.

Property Value

Type: [Statusing Web service].DelegationDataSet.DelegatableAssignmentsRow

See Also

Reference

DelegationDataSet.DelegatableAssignmentsDataTable Class

DelegationDataSet.DelegatableAssignmentsDataTable Members

Statusing Web Service