Open this page in the API Guide

AccountRegistrationRequestOptions Class

The options class for providing account registration details.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.AccountRegistrationRequestOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[DataContractAttribute]
public class AccountRegistrationRequestOptions

The AccountRegistrationRequestOptions type exposes the following members.

Constructors
  NameDescription
Public methodAccountRegistrationRequestOptions
Initializes a new instance of the AccountRegistrationRequestOptions class
Top
Properties
  NameDescription
Public propertyAccountName
Gets or sets the account name of the registrant.
Public propertyDisplayName
Gets or sets the display name of the registrant.
Public propertyEmailAddress
Gets or sets the email address of the registrant.
Public propertyMessage
Gets or sets a message from the registrant providing additional information related to this registration.
Top
See Also