'Declaration
Public Property Panels As System.Collections.ArrayList
'Usage
Dim instance As NDockManagerData Dim value As System.Collections.ArrayList instance.Panels = value value = instance.Panels
public System.Collections.ArrayList Panels {get; set;}