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 (26.2.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 propertyAccountIdGets the account ID.
Public propertyIsDeletingTenant Gets a value indicating whether the specified tenants are in the process of being deleted.
Public propertyTenantIdsGets the list of tenant IDs from which the account is being removed.
Top
See Also