LookupTableDataSet.LookupTableTreesRow.LookupTableTreesRowParent Property
Specifies the GUID of the parent node of the lookup table tree node.
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 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: [LookupTable Web service].LookupTableDataSet.LookupTableTreesRow
See Also
Reference
LookupTableDataSet.LookupTableTreesRow Class