ProjectDataSet.ProjectRow.PROJ_PROTECTED_ACTUALS_SYNCH Property
Indicates whether the project actuals are synchronized with the protected actuals.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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.
See Also
Reference
ProjectDataSet.ProjectRow Class