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