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