CalculatedMemberParentHierarchyUniqueName Property  | 
 
            Gets or sets the unique name of name of the parent hierarchy.
            
 
    Namespace: 
   Dundas.BI.Data.CubeDescriptors
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic string ParentHierarchyUniqueName { get; set; }Public Property ParentHierarchyUniqueName As String
	Get
	Set
public:
property String^ ParentHierarchyUniqueName {
	String^ get ();
	void set (String^ value);
}member ParentHierarchyUniqueName : string with get, set
Property Value
Type: 
String
See Also