Share via


LookupTableDataSet.LookupTablesRow.IsLT_PRIMARY_LCIDNull method

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

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

Syntax

'Declaration
Public Function IsLT_PRIMARY_LCIDNull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTablesRow
Dim returnValue As Boolean

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

Return value

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

See also

Reference

LookupTableDataSet.LookupTablesRow class

LookupTableDataSet.LookupTablesRow members

WebSvcLookupTable namespace