RemovingAccountFromTenantsEventArgsTenantIds Property |
Gets the list of tenant IDs from which the account is being removed.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<Guid> TenantIds { get; }
Public ReadOnly Property TenantIds As ICollection(Of Guid)
Get
public:
property ICollection<Guid>^ TenantIds {
ICollection<Guid>^ get ();
}
member TenantIds : ICollection<Guid> with get
Property Value
Type:
ICollectionGuidSee Also