TenantDataTimeDimensionPropertyOverrides Property

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

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 = "timeDimensionPropertyOverrides", EmitDefaultValue = false)]
public IList<ProviderPropertyOverrideData> TimeDimensionPropertyOverrides { get; }

Property Value

Type: IListProviderPropertyOverrideData
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