DraftProject.ProtectedActualsSynch property
Gets or sets a value that indicates whether the project actuals are synchronized with the protected actuals.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public Property ProtectedActualsSynch As Boolean
Get
Set
'Usage
Dim instance As DraftProject
Dim value As Boolean
value = instance.ProtectedActualsSynch
instance.ProtectedActualsSynch = value
[RemoteAttribute]
public bool ProtectedActualsSynch { get; set; }
Property value
Type: System.Boolean
True if the project actuals are synchronized with the protected actuals; otherwise, False.