GetTenantsOptions Class

The options class used for getting multiple tenants.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetTenantsOptions

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

The GetTenantsOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetTenantsOptionsInitializes a new instance of the GetTenantsOptions class
Top
Properties
 NameDescription
Public propertyQueryTenantsOptions Gets or sets the query tenants options.
Public propertyTenantIds Gets or sets the tenant IDs.
Top
See Also