ImportConfigDataOverwriteExistingAccountsCustomUserData 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.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 = "overwriteExistingAccountsCustomUserData")]
public bool OverwriteExistingAccountsCustomUserData { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "overwriteExistingAccountsCustomUserData")>
Public Property OverwriteExistingAccountsCustomUserData As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"overwriteExistingAccountsCustomUserData")]
property bool OverwriteExistingAccountsCustomUserData {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "overwriteExistingAccountsCustomUserData")>]
member OverwriteExistingAccountsCustomUserData : bool with get, set
Property Value
Type:
Boolean
See Also