CubeFieldSettingDataSet.ProjectDimensionRow.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.ProjectDimensionRow
Dim value As Boolean
value = instance.InCube
instance.InCube = value
public bool InCube { get; set; }
Property value
Type: System.Boolean
See also
Reference
CubeFieldSettingDataSet.ProjectDimensionRow class