IAccountsProvider2UpdateDynamicAccountProperties Method |
Update the dynamic properties of an account.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax void UpdateDynamicAccountProperties(
Guid accountId,
DynamicAccountProperties properties
)
Sub UpdateDynamicAccountProperties (
accountId As Guid,
properties As DynamicAccountProperties
)
void UpdateDynamicAccountProperties(
Guid accountId,
DynamicAccountProperties^ properties
)
abstract UpdateDynamicAccountProperties :
accountId : Guid *
properties : DynamicAccountProperties -> unit
Parameters
- accountId
- Type: SystemGuid
The ID of the account to update. - properties
- Type: Dundas.BI.AccountServicesDynamicAccountProperties
Dynamic properties of the account.
Remarks See Also