UpdateTenantMembershipOptions Class

The options class used for updating the tenant membership of an account.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsUpdateTenantMembershipOptions

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 UpdateTenantMembershipOptions

The UpdateTenantMembershipOptions type exposes the following members.

Constructors
  NameDescription
Public methodUpdateTenantMembershipOptions
Initializes a new instance of the UpdateTenantMembershipOptions class
Top
Properties
  NameDescription
Public propertyTenantIds
Gets or sets the tenant IDs.
Top
See Also