'Declaration Public Property Layers As LayerCollection
public LayerCollection Layers {get; set;}
Note that the set accessor is only for deserialization, and should not be used directly.
'Declaration Public Property Layers As LayerCollection
public LayerCollection Layers {get; set;}