StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_STAT_LOOK_AHEAD Property
Specifies the number of days to look ahead for tasks.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WADMIN_STAT_LOOK_AHEAD As Integer
Get
Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Integer
value = instance.WADMIN_STAT_LOOK_AHEAD
instance.WADMIN_STAT_LOOK_AHEAD = value
public int WADMIN_STAT_LOOK_AHEAD { get; set; }
Property Value
Type: System.Int32
Remarks
The My Tasks page in Project Web Access shows tasks that are currently in progress and tasks that are scheduled to start within the number of days specified by WADMIN_STAT_LOOK_AHEAD.
See Also
Reference
StatusingSettingsDataSet.StatusingSettingsRow Class