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