DraftTask.ConstraintStartEnd property

Gets or sets a constraint start date or end date for a task.

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

Syntax

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

value = instance.ConstraintStartEnd

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

Property value

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

Remarks

Whether the get or set processes work with the constraint start date or the constraint end date is determined by the constraint type.

See also

Reference

DraftTask class

DraftTask members

Microsoft.ProjectServer.Client namespace