DraftTask.LevelingAdjustsAssignments property
取得或設定值,指出是否撫平可能會延遲或分割工作分派 (而非工作本身) 來解決資源過度分派。
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'宣告
<RemoteAttribute> _
Public Property LevelingAdjustsAssignments As Boolean
Get
Set
'用途
Dim instance As DraftTask
Dim value As Boolean
value = instance.LevelingAdjustsAssignments
instance.LevelingAdjustsAssignments = value
[RemoteAttribute]
public bool LevelingAdjustsAssignments { get; set; }
Property value
Type: System.Boolean
True如果資源撫平可能會延遲或分割來解決資源過度分派 ; 工作分派否則, False。