MemberInfoTenantIds Property  | 
 Gets the IDs of any tenants associated with the member.
 
    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:
virtual property ICollection<Guid>^ TenantIds {
	ICollection<Guid>^ get () sealed;
}abstract TenantIds : ICollection<Guid> with get
override TenantIds : ICollection<Guid> with get
Property Value
Type: 
ICollectionGuid
Remarks
            For accounts, this will contain 0 or more items. For groups, it will be 0 or 1 item(s).
            
See Also