Open this page in the API Guide

IDataDiscoveryModuleService.IsReservedUsername 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 (25.1.0.1000)
Syntax
bool IsReservedUsername(
	string username
)

Parameters

username
Type: System.String
The username.

Return Value

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