Gets the layers.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IList<Layer> Layers { get; }Public ReadOnly Property Layers As IList(Of Layer)
Get
public:
property IList<Layer^>^ Layers {
IList<Layer^>^ get ();
}member Layers : IList<Layer> with get
Property Value
IListLayer
The layers.
See Also