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
)

Parameters

accountId
Type: SystemGuid
The ID of the account to update.
properties
Type: Dundas.BI.AccountServicesDynamicAccountProperties
Dynamic properties of the account.
Remarks
FailedLogOnCount and LockedUntil will be updated only if the account type is LocalUser.
See Also