AccountRegistrationRequest Class

Represents a request to create a new account in the system.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesAccountRegistrationRequest

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public class AccountRegistrationRequest

The AccountRegistrationRequest type exposes the following members.

Constructors
  NameDescription
Public methodAccountRegistrationRequest
Initializes a new instance of the AccountRegistrationRequest class.
Top
Properties
  NameDescription
Public propertyAccountName
Gets the account name of the registrant.
Public propertyDisplayName
Gets the display name of the registrant.
Public propertyEmailAddress
Gets the email address of the registrant.
Public propertyMessage
Gets a message from the registrant providing additional information related to this registration.
Public propertyRequestId
Gets the ID of the registration request.
Public propertySubmitDate
Gets the date/time (in UTC) at which the request was submitted.
Top
See Also