TimeAttributeHierarchyDimension Property |
Gets the time dimension.
Namespace:
Dundas.BI.Entities.TimeDimensions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public TimeDimension Dimension { get; }
Public ReadOnly Property Dimension As TimeDimension
Get
public:
property TimeDimension^ Dimension {
TimeDimension^ get ();
}
member Dimension : TimeDimension with get
Property Value
Type:
TimeDimension
The time dimension.
See Also