LookupTableDataSet.LookupTableTreesDataTable.LT_PARENT_STRUCT_UIDColumn Property
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public ReadOnly Property LT_PARENT_STRUCT_UIDColumn As DataColumn
Get
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesDataTable
Dim value As DataColumn
value = instance.LT_PARENT_STRUCT_UIDColumn
public DataColumn LT_PARENT_STRUCT_UIDColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
LookupTableDataSet.LookupTableTreesDataTable Class