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