AccountRegistrationRequest Constructor

Initializes a new instance of the AccountRegistrationRequest class.

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public AccountRegistrationRequest(
	string accountName,
	string displayName,
	string emailAddress,
	string? message
)

Parameters

accountName  String
Requested name of the account.
displayName  String
The display name to associate with the account.
emailAddress  String
The email address to associate with the account.
message  String
An optional message associated with the request.
See Also