次の方法で共有


LookupTableMultiLangDataSet.LookupTableValuesDataTable.Item Property

Gets a row object in the LookupTableValuesDataTable 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 LookupTableMultiLangDataSet.LookupTableValuesRow
    Get
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesDataTable
Dim index As Integer
Dim value As LookupTableMultiLangDataSet.LookupTableValuesRow

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

Parameters

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

Property Value

Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableValuesRow

See Also

Reference

LookupTableMultiLangDataSet.LookupTableValuesDataTable Class

LookupTableMultiLangDataSet.LookupTableValuesDataTable Members

LookupTable Web Service