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