LookupTableMultiLangDataSet.LookupTableValuesRow.IsLT_VALUE_FULLNull method
Determina se a propriedade LT_VALUE_FULL é a null reference (Nothing in Visual Basic).
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Function IsLT_VALUE_FULLNull As Boolean
'Uso
Dim instance As LookupTableMultiLangDataSet.LookupTableValuesRow
Dim returnValue As Boolean
returnValue = instance.IsLT_VALUE_FULLNull()
public bool IsLT_VALUE_FULLNull()
Valor retornado
Type: System.Boolean
Ver também
Referência
LookupTableMultiLangDataSet.LookupTableValuesRow class