Open this page in the API Guide

IAccountService.ValidateAccountProperties 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 (25.1.0.1000)
Syntax
IList<string> ValidateAccountProperties(
	Account account
)

Parameters

account
Type: Dundas.BI.AccountServices.Account
The account.

Return Value

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