Open this page in the API Guide

RemovingAccountFromTenantsEventArgs Class

Contains data corresponding to an account being removed from a tenant.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Dundas.BI.AccountServices.RemovingAccountFromTenantsEventArgs

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class RemovingAccountFromTenantsEventArgs : EventArgs

The RemovingAccountFromTenantsEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRemovingAccountFromTenantsEventArgs
Initializes a new instance of the RemovingAccountFromTenantsEventArgs class.
Top
Properties
  NameDescription
Public propertyAccountId
Gets the account ID.
Public propertyIsDeletingTenant
Gets a value indicating whether the specified tenants are in the process of being deleted.
Public propertyTenantIds
Gets the list of tenant IDs from which the account is being removed.
Top
See Also