次の方法で共有


LookupTableDataSet.LookupTablesDataTable.Item Property

Gets a row object in the LookupTablesDataTable by using the specified parameter.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As LookupTableDataSet.LookupTablesRow
    Get
'Usage
Dim instance As LookupTableDataSet.LookupTablesDataTable
Dim index As Integer
Dim value As LookupTableDataSet.LookupTablesRow

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

Parameters

  • index
    Type: System.Int32
    An integer that specifies a row in the LookupTablesDataTable.

Property Value

Type: [LookupTable Web service].LookupTableDataSet.LookupTablesRow

See Also

Reference

LookupTableDataSet.LookupTablesDataTable Class

LookupTableDataSet.LookupTablesDataTable Members

LookupTable Web Service