LookupTableMultiLangDataSet.LookupTableValuesRow.IsLT_VALUE_FULLNull Method
Determines whether the LT_VALUE_FULL property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcLookupTable
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
'Declaration
Public Function IsLT_VALUE_FULLNull As Boolean
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim returnValue As Boolean
returnValue = instance.IsLT_VALUE_FULLNull()
public bool IsLT_VALUE_FULLNull()
Type: System.Boolean
LookupTableMultiLangDataSet.LookupTableValuesRow Class