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