Open this page in the API Guide

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

Parameters

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