Kpi.DisplayFolder Property

 

Gets a forward-slash-delimited categorization structure, used by client applications to determine the hierarchical presentation of the Kpi.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string DisplayFolder { get; }
public:
property String^ DisplayFolder {
    String^ get();
}
member DisplayFolder : string with get
Public ReadOnly Property DisplayFolder As String

Property Value

Type: System.String

A String containing the hierarchical presentation information of the Kpi.

Remarks

This structure is not enforced.

See Also

Kpi Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top