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
)
Function IsReservedUsername (
username As String
) As Boolean
bool IsReservedUsername(
String^ username
)
abstract IsReservedUsername :
username : string -> bool
Parameters
- username
- Type: SystemString
The username.
Return Value
Type:
Boolean if the specified username is reserved; otherwise,
.
Exceptions See Also