ProjectImpactDataSet.LookupTableValuesDataTable.Item property
Gets a row object in the LookupTableValuesDataTable, where the row is specified by an index.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property Item ( _
index As Integer _
) As ProjectImpactDataSet.LookupTableValuesRow
Get
'Usage
Dim instance As ProjectImpactDataSet.LookupTableValuesDataTable
Dim index As Integer
Dim value As ProjectImpactDataSet.LookupTableValuesRow
value = instance.Item(index)
public ProjectImpactDataSet.LookupTableValuesRow this[
int index
] { get; }
Parameters
index
Type: System.Int32Specifies the row.
Property value
Type: WebSvcProject.ProjectImpactDataSet.LookupTableValuesRow
See also
Reference
ProjectImpactDataSet.LookupTableValuesDataTable class