StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_PROTECT_ACTUALS Property
Specifies whether work actuals are protected.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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 checkbox is unchecked; actuals are not protected). You can set the value in the Protect User Updates section of the Task Settings and Display page in Project Web Access (http://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx
).
Value |
Description |
---|---|
0 |
Allow the project manager to modify work actuals. |
1 |
Restrict updates to Project Web Access. |
See Also
Reference
StatusingSettingsDataSet.StatusingSettingsRow Class