StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_PROTECT_ACTUALS Property
Specifies whether work actuals are protected.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
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