StatusTaskCreationInformation.ParentId property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property ParentId As Guid
Get
Set
'Usage
Dim instance As StatusTaskCreationInformation
Dim value As Guid
value = instance.ParentId
instance.ParentId = value
public Guid ParentId { get; set; }
Property value
Type: System.Guid
See also
Reference
StatusTaskCreationInformation class