FunctionDataIsDataInputHierarchyAligned 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.WebApi.Models
    Assembly:
   Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntax[DataMemberAttribute(Name = "isDataInputHierarchyAligned")]
public bool IsDataInputHierarchyAligned { get; set; }<DataMemberAttribute(Name := "isDataInputHierarchyAligned")>
Public Property IsDataInputHierarchyAligned As Boolean
	Get
	Set
public:
[DataMemberAttribute(Name = L"isDataInputHierarchyAligned")]
property bool IsDataInputHierarchyAligned {
	bool get ();
	void set (bool value);
}[<DataMemberAttribute(Name = "isDataInputHierarchyAligned")>]
member IsDataInputHierarchyAligned : bool with get, set
Property Value
Type: 
Boolean if the current instance requires data input alignment based on a specified hierarchy values; otherwise, 
.
See Also