LookupTableMultiLangDataSet.LookupTablesDataTable.LT_PRIMARY_LCIDColumn property
Defines the column for the LT_PRIMARY_LCID field.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public ReadOnly Property LT_PRIMARY_LCIDColumn As DataColumn
Get
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesDataTable
Dim value As DataColumn
value = instance.LT_PRIMARY_LCIDColumn
public DataColumn LT_PRIMARY_LCIDColumn { get; }
Property value
Type: System.Data.DataColumn
A DataColumn object for the field.
See also
Reference
LookupTableMultiLangDataSet.LookupTablesDataTable class