DraftAssignment.Parent property
Gets the parent assignment link.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property Parent As DraftAssignment
Get
'Usage
Dim instance As DraftAssignment
Dim value As DraftAssignment
value = instance.Parent
[RemoteAttribute]
public DraftAssignment Parent { get; }
Property value
Type: Microsoft.ProjectServer.Client.DraftAssignment
A DraftAssignment object.