CubeSettingsDataSet.CalculatedMembersRow.IsEnabled Property
Gets or sets the Boolean value that specifies whether the cube is 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 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