GetAccountsAsCsvOptions Class

The options class used for getting accounts as CSV.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetAccountsAsCsvOptions

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

The GetAccountsAsCsvOptions type exposes the following members.

Constructors
  NameDescription
Public methodGetAccountsAsCsvOptions
Initializes a new instance of the GetAccountsAsCsvOptions class
Top
Properties
  NameDescription
Public propertyIncludeGroupMembership
Gets or sets a value indicating whether the group membership is included.
Public propertyQueryAccountsOptions
Gets or sets the query accounts options.
Top
See Also