DimensionAttribute.AttributeHierarchyDisplayFolder Property

Definition

Gets or sets the folder in which to display the associated attribute hierarchy.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_AttributeHierarchyDisplayFolder")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design.AS")]
public string AttributeHierarchyDisplayFolder { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Advanced")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DimensionAttribute_AttributeHierarchyDisplayFolder")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DisplayFolderConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.AttributeHierarchyDisplayFolder : string with get, set
Public Property AttributeHierarchyDisplayFolder As String

Property Value

String

The folder in which to display the associated attribute hierarchy.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Applies to