LookupTableMultiLangDataSet.LookupTableStructuresDataTable.Item Property

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

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

Parameters

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

Property Value

Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableStructuresRow

See Also

Reference

LookupTableMultiLangDataSet.LookupTableStructuresDataTable Class

LookupTableMultiLangDataSet.LookupTableStructuresDataTable Members

LookupTable Web Service