RemovingAccountFromTenantsEventArgs Class

Contains data corresponding to an account being removed from a tenant.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Dundas.BI.AccountServicesRemovingAccountFromTenantsEventArgs

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
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