Share via


ProjectDataSet.ProjectRow.PROJ_PROTECTED_ACTUALS_SYNCH Property

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

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.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
True if actuals are synchronized.

Remarks

True if actuals are synchronized; otherwise, false.

See Also

Reference

ProjectDataSet.ProjectRow Class

ProjectDataSet.ProjectRow Members

Statusing Web Service