AccountRegistrationRequest Constructor  | 
  
    Namespace: 
   Dundas.BI.AccountServices
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AccountRegistrationRequest(
	string accountName,
	string displayName,
	string emailAddress,
	string? message
)
Public Sub New ( 
	accountName As String,
	displayName As String,
	emailAddress As String,
	message As String
)
public:
AccountRegistrationRequest(
	String^ accountName, 
	String^ displayName, 
	String^ emailAddress, 
	String^ message
)
new : 
        accountName : string * 
        displayName : string * 
        emailAddress : string * 
        message : string -> AccountRegistrationRequestParameters
- 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