AccountRegistrationRequest Constructor |
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
)
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 -> AccountRegistrationRequest
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