LookupTableDataSet.LookupTableTreesRow.IsLT_STRUCT_COOKIENull method
Determines whether the LT_STRUCT_COOKIE 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_STRUCT_COOKIENull As Boolean
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim returnValue As Boolean
returnValue = instance.IsLT_STRUCT_COOKIENull()
public bool IsLT_STRUCT_COOKIENull()
Return value
Type: System.Boolean
See also
Reference
LookupTableDataSet.LookupTableTreesRow class