CubeFieldSettingDataSet.TaskDimensionRow.IsInCubeNull Method
Determines whether the InCube property is set to a a null reference (Nothing in Visual Basic) value.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Function IsInCubeNull As Boolean
'Usage
Dim instance As CubeFieldSettingDataSet.TaskDimensionRow
Dim returnValue As Boolean
returnValue = instance.IsInCubeNull()
public bool IsInCubeNull()
Return Value
Type: System.Boolean
See Also
Reference
CubeFieldSettingDataSet.TaskDimensionRow Class