CubeFieldSettingDataSet.TaskMeasureRow.IsLookUp property
Specifies whether the row member is associated with a lookup table.
Namespace: WebSvcCubeAdmin
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property IsLookUp As Boolean
Get
Set
'Usage
Dim instance As CubeFieldSettingDataSet.TaskMeasureRow
Dim value As Boolean
value = instance.IsLookUp
instance.IsLookUp = value
public bool IsLookUp { get; set; }
Property value
Type: System.Boolean
See also
Reference
CubeFieldSettingDataSet.TaskMeasureRow class