Share via


LookupTableMultiLangDataSet.LookupTablesDataTable.LT_NAMEColumn property

Defines the column for the LT_NAME field.

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

Syntax

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

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

Property value

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

See also

Reference

LookupTableMultiLangDataSet.LookupTablesDataTable class

LookupTableMultiLangDataSet.LookupTablesDataTable members

WebSvcLookupTable namespace