Share via


LookupTableDataSet.LookupTablesRow.LT_FILL_ALL_LEVELS property

Gets or sets whether all levels of a hierarchical lookup table must have a value.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.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
True if all levels must have a value; otherwise, False.

Remarks

The default value of LT_FILL_ALL_LEVELS is false.

See also

Reference

LookupTableDataSet.LookupTablesRow class

LookupTableDataSet.LookupTablesRow members

WebSvcLookupTable namespace