Dimension.Type Property

Gets or sets the type of dimension.

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

Syntax

'Declaration
Public Property Type As DimensionTypeEnum
    Get
    Set
'Usage
Dim instance As Dimension
Dim value As DimensionTypeEnum

value = instance.Type

instance.Type = value
public DimensionTypeEnum Type { get; set; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.DimensionTypeEnum
The type of dimension.

See Also

Reference

Dimension Class

Dimension Members

Microsoft.PerformancePoint.Scorecards Namespace