Member.HierarchyPath property

Gets or sets the hierarchy path of the member.

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

Syntax

'Declaration
Public Property HierarchyPath As String
    Get
    Set
'Usage
Dim instance As Member
Dim value As String

value = instance.HierarchyPath

instance.HierarchyPath = value
public string HierarchyPath { get; set; }

Property value

Type: System.String
The hierarchy path of the member. Example: All Geographies\United States\Idaho\Boise\83702 for the member "83702"

See also

Reference

Member class

Member members

Microsoft.PerformancePoint.Scorecards namespace