GroupDataTenantIds Property

Gets a collection containing the IDs of the tenant(s) associated with the account/group.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "tenantIds", EmitDefaultValue = false)]
public IList<Guid> TenantIds { get; }

Property Value

Type: IListGuid
Remarks
For accounts, this will contain 0 or more items. For groups, it will be 0 or 1 item(s).
See Also