ProjectDataSet.ProjectRow.PROJ_PROTECTED_ACTUALS_SYNCH property

Indicates whether the project actuals are synchronized with the protected actuals.

Namespace:  WebSvcStatusing
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
True if actuals are synchronized.

Remarks

True if actuals are synchronized; otherwise, false.

See also

Reference

ProjectDataSet.ProjectRow class

ProjectDataSet.ProjectRow members

WebSvcStatusing namespace