TaskCreationInformation.IsManual property

Gets or sets a value that indicates whether the task is manually scheduled.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property IsManual As Boolean
    Get
    Set
'Usage
Dim instance As TaskCreationInformation
Dim value As Boolean

value = instance.IsManual

instance.IsManual = value
[RemoteAttribute]
public bool IsManual { get; set; }

Property value

Type: System.Boolean
True if the task is manually scheduled; otherwise, False.

See also

Reference

TaskCreationInformation class

TaskCreationInformation members

Microsoft.ProjectServer.Client namespace