IAccountsProvider3.AccountExists Method |
Determines whether the account with the specified ID exists.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxbool AccountExists(
Guid accountId
)
Function AccountExists (
accountId As Guid
) As Boolean
bool AccountExists(
Guid accountId
)
abstract AccountExists :
accountId : Guid -> bool
Parameters
- accountId
- Type: System.Guid
The ID of the account.
Return Value
Type:
Booleantrue if the account exists; otherwise,
false.
See Also