ProjectDataSet.ProjectRow.PROJ_PROTECTED_ACTUALS_SYNCH property
Indicates whether the project actuals are synchronized with the protected actuals.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property PROJ_PROTECTED_ACTUALS_SYNCH As Boolean
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Boolean
value = instance.PROJ_PROTECTED_ACTUALS_SYNCH
instance.PROJ_PROTECTED_ACTUALS_SYNCH = value
public bool PROJ_PROTECTED_ACTUALS_SYNCH { get; set; }
Property value
Type: System.Boolean
Remarks
True if actuals are synchronized; otherwise, False.
See also
Reference
ProjectDataSet.ProjectRow class