Share via


PublishedTask.ConstraintStartEnd property

Gets a constraint start date or end date.

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

Syntax

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

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

Property value

Type: System.DateTime
The constraint start date or end date.

Remarks

Whether the get or set processes work with the constraint start dates or end dates is determined by the constraint type. 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