LookupText.Parent property
Gets or sets the GUID of a parent entry in a hierarchical text lookup table.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property Parent As LookupText
Get
Set
'Usage
Dim instance As LookupText
Dim value As LookupText
value = instance.Parent
instance.Parent = value
[RemoteAttribute]
public LookupText Parent { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.LookupText
The GUID of the parent entry.