Partager via


LookupTableDataSet.LookupTableMasksDataTable.Item Property

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

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

Parameters

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

Property Value

Type: [LookupTable Web service].LookupTableDataSet.LookupTableMasksRow

See Also

Reference

LookupTableDataSet.LookupTableMasksDataTable Class

LookupTableDataSet.LookupTableMasksDataTable Members

LookupTable Web Service