IAccountServiceValidateAccountProperties Method |
Checks the validity of an account's properties.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 Account
- The account.
Return Value
IListStringA collection of strings, one for each validation failure. An empty collection indicates there were no failures.
Exceptions
See Also