Share via


LookupTableMultiLangDataSet.LookupTablesDataTable.LT_UIDColumn property

Defines the column for the LT_UID field.

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

Syntax

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

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

Property value

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

See also

Reference

LookupTableMultiLangDataSet.LookupTablesDataTable class

LookupTableMultiLangDataSet.LookupTablesDataTable members

WebSvcLookupTable namespace