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.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property DisplayFolder As String
    Get
'Usage
Dim instance As Kpi
Dim value As String

value = instance.DisplayFolder
public string DisplayFolder { get; }
public:
property String^ DisplayFolder {
    String^ get ();
}
member DisplayFolder : string
function get DisplayFolder () : String

Property Value

Type: System.String
A String containing the hierarchical presentation information of the Kpi.

Remarks

This structure is not enforced.