Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the GUID of the parent node of the lookup table tree node.
Namespace: WebSvcLookupTable
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property LookupTableTreesRowParent As LookupTableDataSet.LookupTableTreesRow
Get
Set
'Usage
Dim instance As LookupTableDataSet.LookupTableTreesRow
Dim value As LookupTableDataSet.LookupTableTreesRow
value = instance.LookupTableTreesRowParent
instance.LookupTableTreesRowParent = value
public LookupTableDataSet.LookupTableTreesRow LookupTableTreesRowParent { get; set; }
Property value
Type: WebSvcLookupTable.LookupTableDataSet.LookupTableTreesRow
See also
Reference
LookupTableDataSet.LookupTableTreesRow class