DraftTask.ConstraintType property

Gets or sets the time constraint type for a task.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property ConstraintType As ConstraintType
    Get
    Set
'Usage
Dim instance As DraftTask
Dim value As ConstraintType

value = instance.ConstraintType

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

Property value

Type: Microsoft.ProjectServer.Client.ConstraintType
One of several different time constraints.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace