Share via


LookupTableMultiLangDataSet.LookupTablesDataTable.LT_FILL_ALL_LEVELSColumn property

Defines the column for the LT_FILL_ALL_LEVELS field.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public ReadOnly Property LT_FILL_ALL_LEVELSColumn As DataColumn
    Get
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim value As DataColumn

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

Property value

Type: System.Data.DataColumn
A DataColumn object for the field.

See also

Reference

LookupTableMultiLangDataSet.LookupTablesDataTable class

LookupTableMultiLangDataSet.LookupTablesDataTable members

WebSvcLookupTable namespace