ImportConfigOverwriteExistingAccountsDefaultView Property |
Gets or sets a value indicating whether default view setting for the selected accounts shall be imported and overwrite the default view setting for existing accounts.
Namespace:
Dundas.BI.Transfer
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntaxpublic bool OverwriteExistingAccountsDefaultView { get; set; }Public Property OverwriteExistingAccountsDefaultView As Boolean
Get
Set
public:
property bool OverwriteExistingAccountsDefaultView {
bool get ();
void set (bool value);
}member OverwriteExistingAccountsDefaultView : bool with get, set
Property Value
Type:
Boolean
See Also