Share via


LookupEntryCreationInformation.ParentId property

Gets or sets the GUID of the parent lookup table 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 ParentId As Guid
    Get
    Set
'Usage
Dim instance As LookupEntryCreationInformation
Dim value As Guid

value = instance.ParentId

instance.ParentId = value
[RemoteAttribute]
public Guid ParentId { get; set; }

Property value

Type: System.Guid
The GUID of the parent entry.

See also

Reference

LookupEntryCreationInformation class

LookupEntryCreationInformation members

Microsoft.ProjectServer.Client namespace