CubeSettingsDataSet.CubeSettingsRow.WADMIN_IS_DATABASE_ENABLED property
Gets or sets the Boolean value that specifies whether the database is enabled.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WADMIN_IS_DATABASE_ENABLED As Boolean
Get
Set
'Usage
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Boolean
value = instance.WADMIN_IS_DATABASE_ENABLED
instance.WADMIN_IS_DATABASE_ENABLED = value
public bool WADMIN_IS_DATABASE_ENABLED { get; set; }
Property value
Type: System.Boolean
See also
Reference
CubeSettingsDataSet.CubeSettingsRow class