ImportConfigDataOverwriteExistingAccountsHomeLayout Property |
Gets or sets a value indicating whether home layout setting for the selected accounts shall be imported and overwrite the home layout setting for existing accounts.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "overwriteExistingAccountsHomeLayout")]
public bool OverwriteExistingAccountsHomeLayout { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "overwriteExistingAccountsHomeLayout")>
Public Property OverwriteExistingAccountsHomeLayout As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"overwriteExistingAccountsHomeLayout")]
property bool OverwriteExistingAccountsHomeLayout {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "overwriteExistingAccountsHomeLayout")>]
member OverwriteExistingAccountsHomeLayout : bool with get, set
Property Value
Type:
Boolean
See Also