TaskCreationInformation.AddAfterId property
Gets or sets the GUID value of the task that specifies the insertion point.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property AddAfterId As Guid
Get
Set
'Usage
Dim instance As TaskCreationInformation
Dim value As Guid
value = instance.AddAfterId
instance.AddAfterId = value
[RemoteAttribute]
public Guid AddAfterId { get; set; }
Property value
Type: System.Guid
A task GUID.