CubeSettingsDataSet.CubeSettingsRow.WADMIN_IS_INACTIVETASKS_ENABLED Property
Gets or sets the Boolean value that specifies whether inactive tasks are enabled.
Namespace: [CubeAdmin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/CubeAdmin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/CubeAdmin.asmx?wsdl
Syntax
'Declaration
Public Property WADMIN_IS_INACTIVETASKS_ENABLED As Boolean
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Boolean
value = instance.WADMIN_IS_INACTIVETASKS_ENABLED
instance.WADMIN_IS_INACTIVETASKS_ENABLED = value
public bool WADMIN_IS_INACTIVETASKS_ENABLED { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
CubeSettingsDataSet.CubeSettingsRow Class