DraftProject.HonorConstraints property
Gets or sets a value that indicates whether scheduling constraints take precedence over dependencies.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property HonorConstraints As Boolean
Get
Set
'Usage
Dim instance As DraftProject
Dim value As Boolean
value = instance.HonorConstraints
instance.HonorConstraints = value
[RemoteAttribute]
public bool HonorConstraints { get; set; }
Property value
Type: System.Boolean
True if scheduling constraints take precedence over dependencies; otherwise, False.