LookupTableMultiLangDataSet.LookupTablesRow.LT_FILL_ALL_LEVELS property
Specifies 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 LookupTableMultiLangDataSet.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
See also
Reference
LookupTableMultiLangDataSet.LookupTablesRow class