'Declaration
Protected ReadOnly Property CompositeViews As System.Collections.Generic.IList(Of ICompositeView)
'Usage
Dim instance As SymConfigDesigner Dim value As System.Collections.Generic.IList(Of ICompositeView) value = instance.CompositeViews
protected System.Collections.Generic.IList<ICompositeView> CompositeViews {get;}