Share via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_IS_INACTIVETASKS_ENABLED property

Gets or sets the Boolean value that specifies whether inactive tasks are enabled.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

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

CubeSettingsDataSet.CubeSettingsRow members

WebSvcCubeAdmin namespace