FunctionDefinitionIsDataInputHierarchyAligned Property  | 
 
            Gets a value indicating whether the current instance requires that the data inputs are aligned based on a specified hierarchy values.
            
 
    Namespace: 
   Dundas.BI.Data.Functions
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool IsDataInputHierarchyAligned { get; }Public ReadOnly Property IsDataInputHierarchyAligned As Boolean
	Get
public:
property bool IsDataInputHierarchyAligned {
	bool get ();
}member IsDataInputHierarchyAligned : bool with get
Property Value
Type: 
Boolean if the current instance requires data input alignment based on a specified hierarchy values; otherwise, 
.
See Also