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