IAccountServiceValidateAccountProperties Method

Checks the validity of an account's properties.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
IList<string> ValidateAccountProperties(
	Account account
)

Parameters

account
Type: Dundas.BI.AccountServicesAccount
The account.

Return Value

Type: IListString
A collection of strings, one for each validation failure. An empty collection indicates there were no failures.
Exceptions
ExceptionCondition
ArgumentNullExceptionaccount was .
See Also