TenantTimeDimensionPropertyOverrides Property

Gets a dictionary containing tenant-specific overrides for time dimension properties.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public IDictionary<Guid, ParameterValueCollection> TimeDimensionPropertyOverrides { get; }

Property Value

Type: IDictionaryGuid, ParameterValueCollection
The time dimension property overrides.
Remarks
The dictionary is keyed by time dimension ID, and the values are dictionaries of property values, keyed by property ID. Only properties which need to be overridden need to be specified.
See Also