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 (25.3.0.1000)
Syntaxpublic 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: 
ICollectionGuid
See Also