LookupTableDataSet.LookupTablesRow.LT_FILL_ALL_LEVELS Property
Specifies whether all levels of a hierarchical lookup table must have a value.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property LT_FILL_ALL_LEVELS As Boolean
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTablesRow
Dim value As Boolean
value = instance.LT_FILL_ALL_LEVELS
instance.LT_FILL_ALL_LEVELS = value
public bool LT_FILL_ALL_LEVELS { get; set; }
Property Value
Type: System.Boolean
Remarks
The default value of LT_FILL_ALL_LEVELS is false.
See Also
Reference
LookupTableDataSet.LookupTablesRow Class