Share via


LookupTableDataSet.LookupTableTreesDataTable.LT_VALUE_FULLColumn Property

Defines the column for the LT_VALUE_FULL() field.

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 LT_VALUE_FULLColumn As DataColumn
    Get
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim value As DataColumn

value = instance.LT_VALUE_FULLColumn
public DataColumn LT_VALUE_FULLColumn { get; }

Property Value

Type: System.Data.DataColumn

See Also

Reference

LookupTableDataSet.LookupTableTreesDataTable Class

LookupTableDataSet.LookupTableTreesDataTable Members

LookupTable Web Service