StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_STAT_ENABLE_DOWNLOAD Property
Specifies whether to enable the Gantt Chart view for all team members.
Namespace: WebSvcAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property WADMIN_STAT_ENABLE_DOWNLOAD As Boolean
Get
Set
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
Dim value As Boolean
value = instance.WADMIN_STAT_ENABLE_DOWNLOAD
instance.WADMIN_STAT_ENABLE_DOWNLOAD = value
public bool WADMIN_STAT_ENABLE_DOWNLOAD { get; set; }
Property Value
Type: System.Boolean
Remarks
Team members can use the Gantt Chart view if the organization allows users to download ActiveX controls.
See Also
Reference
StatusingSettingsDataSet.StatusingSettingsRow Class