LookupTableDataSet.LookupTableTreesDataTable.LT_VALUE_FULLColumn property
Defines the column for the LT_VALUE_FULL() field.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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