HierarchyCollection.GetKeyForItem Method
Gets the unique name of a hierarchy.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overrides Function GetKeyForItem ( _
hierarchy As Hierarchy _
) As String
'Usage
Dim hierarchy As Hierarchy
Dim returnValue As String
returnValue = Me.GetKeyForItem(hierarchy)
protected override string GetKeyForItem(
Hierarchy hierarchy
)
Parameters
hierarchy
Type: Microsoft.PerformancePoint.Scorecards.HierarchyThe hierarchy.
Return Value
Type: System.String
The unique name of the hierarchy.