StatusingSettingsDataSet.StatusingSettingsRow.WADMIN_STAT_ENABLE_DOWNLOAD Property
Specifies whether to enable the Gantt Chart view for all team members.
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_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