LookupTableDataSet.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 LookupTableDataSet.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
LookupTableDataSet.LookupTablesDataTable class