Gets the layers.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
IListLayer
            The layers.
            
See Also