DraftTask.ConstraintType property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property ConstraintType As ConstraintType
Get
Set
'Usage
Dim instance As DraftTask
Dim value As ConstraintType
value = instance.ConstraintType
instance.ConstraintType = value
public ConstraintType ConstraintType { get; set; }
Property value
Type: Microsoft.ProjectServer.Client.ConstraintType