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 (24.3.0.1000)
Syntax
public AccountRegistrationRequest(
	string accountName,
	string displayName,
	string emailAddress,
	string message
)

Parameters

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