IDataDiscoveryModuleServiceIsReservedUsername Method

Gets a value indicating whether the specified username is a reserved name in the Data Discovery module.

Namespace:  Dundas.BI.DataDiscovery
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool IsReservedUsername(
	string username
)

Parameters

username
Type: SystemString
The username.

Return Value

Type: Boolean
if the specified username is reserved; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionusername is or empty.
See Also