FunctionDataIsDataInputAligned Property |
Gets a value indicating whether the current instance requires that the data inputs are following alignment rules.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isDataInputAligned")]
public bool IsDataInputAligned { get; set; }
<DataMemberAttribute(Name := "isDataInputAligned")>
Public Property IsDataInputAligned As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isDataInputAligned")]
property bool IsDataInputAligned {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isDataInputAligned")>]
member IsDataInputAligned : bool with get, set
Property Value
Type:
Boolean if the current instance requires data input alignment; otherwise,
.
See Also