CubeSettingsDataSet.CubeFieldSettingsRow.IsIsIntrinsicNull method
Determines whether the IsIntrinsic property is set to a null value.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function IsIsIntrinsicNull As Boolean
'Usage
Dim instance As CubeSettingsDataSet.CubeFieldSettingsRow
Dim returnValue As Boolean
returnValue = instance.IsIsIntrinsicNull()
public bool IsIsIntrinsicNull()
Return value
Type: System.Boolean
See also
Reference
CubeSettingsDataSet.CubeFieldSettingsRow class