Share via


StatusAssignmentCreationInformation.Task property

Gets or sets the task parameters for the status assignment.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property Task As StatusTaskCreationInformation
    Get
    Set
'Usage
Dim instance As StatusAssignmentCreationInformation
Dim value As StatusTaskCreationInformation

value = instance.Task

instance.Task = value
[RemoteAttribute]
public StatusTaskCreationInformation Task { get; set; }

Property value

Type: Microsoft.ProjectServer.Client.StatusTaskCreationInformation
A StatusTaskCreationInformation object.

See also

Reference

StatusAssignmentCreationInformation class

StatusAssignmentCreationInformation members

Microsoft.ProjectServer.Client namespace