LookupTableDataSet.LookupTableTreesRow.IsLT_VALUE_DUR_FMTNull Method
Determines whether the LT_VALUE_DUR_FMT property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl
Syntax
'Declaration
Public Function IsLT_VALUE_DUR_FMTNull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim returnValue As Boolean
returnValue = instance.IsLT_VALUE_DUR_FMTNull()
public bool IsLT_VALUE_DUR_FMTNull()
Return Value
Type: System.Boolean
See Also
Reference
LookupTableDataSet.LookupTableTreesRow Class