Share via


StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_PROTECT_ACTUALS property

Specifies whether work actuals are protected.

Namespace:  WebSvcAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Property WADMIN_PROTECT_ACTUALS As Byte
    Get
    Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Byte

value = instance.WADMIN_PROTECT_ACTUALS

instance.WADMIN_PROTECT_ACTUALS = value
public byte WADMIN_PROTECT_ACTUALS { get; set; }

Property value

Type: System.Byte

Remarks

The default value of WADMIN_PROTECT_ACTUALS is 0 (the check box is cleared; actuals are not protected). You can set this value in the Protect User Updates section of the Task Settings and Display page in Project Web App (https://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx).

Value

Description

0

Allow the project manager to modify work actuals.

1

Restrict updates to Project Web App.

See also

Reference

StatusingSettingsDataSet.StatusingSettingsRow class

StatusingSettingsDataSet.StatusingSettingsRow members

WebSvcAdmin namespace