ImportConfigOverwriteExistingAccountsCustomUserData Property |
Gets or sets a value indicating whether custom user data for the selected accounts shall be imported and overwrite the custom user data 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 OverwriteExistingAccountsCustomUserData { get; set; }Public Property OverwriteExistingAccountsCustomUserData As Boolean
Get
Set
public:
property bool OverwriteExistingAccountsCustomUserData {
bool get ();
void set (bool value);
}member OverwriteExistingAccountsCustomUserData : bool with get, set
Property Value
Type:
Boolean
See Also