ProjectDataSet.ProjectRow.PROJ_PROTECTED_ACTUALS_SYNCH Property
Indicates whether the project actuals are synchronized with the protected actuals.
Namespace: [Project Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Project.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Project.asmx?wsdl
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