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