ExternalHierarchyLevelTHierarchy, THierarchyMemberCompatibleUniqueName Property  | 
 
            Gets the compatible unique name. This property allows grouping together compatible
            hierarchy levels across multiple 
IAnalysisStructures.
            
 
    Namespace: 
   Dundas.BI.Data.Metadata
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic abstract string CompatibleUniqueName { get; }Public MustOverride ReadOnly Property CompatibleUniqueName As String
	Get
public:
virtual property String^ CompatibleUniqueName {
	String^ get () abstract;
}abstract CompatibleUniqueName : string with get
Property Value
Type: 
StringImplements
IHierarchyLevelCompatibleUniqueName
See Also