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 (26.2.0.1000)
Syntax
void UpdateDynamicAccountProperties(
	Guid accountId,
	DynamicAccountProperties properties
)

Parameters

accountId  Guid
The ID of the account to update.
properties  DynamicAccountProperties
Dynamic properties of the account.
Remarks
FailedLogOnCount and LockedUntil will be updated only if the account type is LocalUser.
See Also