Share via


Dimension.IsMeasureDimension property

Gets or sets a Boolean value that indicates whether this dimension is a measures dimension.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property IsMeasureDimension As Boolean
    Get
    Set
'Usage
Dim instance As Dimension
Dim value As Boolean

value = instance.IsMeasureDimension

instance.IsMeasureDimension = value
public bool IsMeasureDimension { get; set; }

Property value

Type: System.Boolean
true if this dimension is a measures dimension; otherwise false.

See also

Reference

Dimension class

Dimension members

Microsoft.PerformancePoint.Scorecards namespace