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