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 (25.3.0.1000)
SyntaxIList<string> ValidateAccountProperties(
	Account account
)
Function ValidateAccountProperties ( 
	account As Account
) As IList(Of String)
IList<String^>^ ValidateAccountProperties(
	Account^ account
)
abstract ValidateAccountProperties : 
        account : Account -> IList<string> 
Parameters
- account
 - Type: Dundas.BI.AccountServicesAccount
The account. 
Return Value
Type: 
IListStringA collection of strings, one for each validation failure.  An empty collection indicates there were no failures.
Exceptions
See Also