PublishedTask.ConstraintType property

Gets the choices for the type of constraint that can be applied to the scheduling of a task.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ConstraintType As ConstraintType
    Get
'Usage
Dim instance As PublishedTask
Dim value As ConstraintType

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

Property value

Type: Microsoft.ProjectServer.Client.ConstraintType
A constraint type.

Remarks

Examples of constraint types include Must Start On, Must Finish On, Start No Earlier Than, Start No Later Than, Finish No Earlier Than, and Finish No Later Than.

See also

Reference

PublishedTask class

PublishedTask members

Microsoft.ProjectServer.Client namespace