Share via


CubeFieldSettingDataSet.AssignmentDimensionRow.InCube property

Specifies whether the row member is stored in the data cube, or whether it is calculated and not stored.

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

Syntax

'Declaration
Public Property InCube As Boolean
    Get
    Set
'Usage
Dim instance As CubeFieldSettingDataSet.AssignmentDimensionRow
Dim value As Boolean

value = instance.InCube

instance.InCube = value
public bool InCube { get; set; }

Property value

Type: System.Boolean

See also

Reference

CubeFieldSettingDataSet.AssignmentDimensionRow class

CubeFieldSettingDataSet.AssignmentDimensionRow members

WebSvcCubeAdmin namespace