Share via


LookupTableMultiLangDataSet.LookupTablesRow.IsLT_FILL_ALL_LEVELSNull method

Determines whether the LT_FILL_ALL_LEVELS property is set to a null reference (Nothing in Visual Basic).

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function IsLT_FILL_ALL_LEVELSNull As Boolean
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTablesRow
Dim returnValue As Boolean

returnValue = instance.IsLT_FILL_ALL_LEVELSNull()
public bool IsLT_FILL_ALL_LEVELSNull()

Return value

Type: System.Boolean
True if the property is null; otherwise, False.

See also

Reference

LookupTableMultiLangDataSet.LookupTablesRow class

LookupTableMultiLangDataSet.LookupTablesRow members

WebSvcLookupTable namespace