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 (26.2.0.1000)
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 propertyAccountNameGets the account name of the registrant.
Public propertyDisplayNameGets the display name of the registrant.
Public propertyEmailAddressGets the email address of the registrant.
Public propertyMessage Gets a message from the registrant providing additional information related to this registration.
Public propertyRequestIdGets the ID of the registration request.
Public propertySubmitDateGets the date/time (in UTC) at which the request was submitted.
Top
See Also