LookupTableDataSet.LookupTablesRow.LT_FILL_ALL_LEVELS Property

Specifies whether all levels of a hierarchical lookup table must have a value.

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 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

LookupTableDataSet.LookupTablesRow Members

LookupTable Web Service