OlapElementContainers Property |
Gets the container objects used alter the presentation of the elements using a folder-like approach.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IReadOnlyCollection<IElementContainer> Containers { get; protected set; }
Public Property Containers As IReadOnlyCollection(Of IElementContainer)
Get
Protected Set
public:
virtual property IReadOnlyCollection<IElementContainer^>^ Containers {
IReadOnlyCollection<IElementContainer^>^ get () sealed;
protected: void set (IReadOnlyCollection<IElementContainer^>^ value) sealed;
}
abstract Containers : IReadOnlyCollection<IElementContainer> with get, set
override Containers : IReadOnlyCollection<IElementContainer> with get, set
Property Value
Type:
IReadOnlyCollectionIElementContainerImplements
IElementContainersSee Also