StatusingSettingsDataSet.StatusingSettingsDataTable.WADMIN_STAT_ENABLE_DOWNLOADColumn Property
Gets the schema of the WADMIN_STAT_ENABLE_DOWNLOADColumn in the StatusingSettingsDataTable.
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 ReadOnly Property WADMIN_STAT_ENABLE_DOWNLOADColumn As DataColumn
Get
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsDataTable
Dim value As DataColumn
value = instance.WADMIN_STAT_ENABLE_DOWNLOADColumn
public DataColumn WADMIN_STAT_ENABLE_DOWNLOADColumn { get; }
Property Value
Type: System.Data.DataColumn
See Also
Reference
StatusingSettingsDataSet.StatusingSettingsDataTable Class