GridHeaderItem.DimensionValue Property
Gets or sets the dimension value for this header.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property DimensionValue As String
Get
Set
'Usage
Dim instance As GridHeaderItem
Dim value As String
value = instance.DimensionValue
instance.DimensionValue = value
public string DimensionValue { get; set; }
Property Value
Type: System.String
The dimension value for this header.