LookupTableDataSet.LookupTableMasksDataTable.LT_MASK_STRUCT_LENGTHColumn Property
Defines the column for the LT_MASK_STRUCT_LENGTH() field.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Public ReadOnly Property LT_MASK_STRUCT_LENGTHColumn As DataColumn
Get
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksDataTable
Dim value As DataColumn
value = instance.LT_MASK_STRUCT_LENGTHColumn
public DataColumn LT_MASK_STRUCT_LENGTHColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
LookupTableDataSet.LookupTableMasksDataTable Class