'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Represents the collection of light sources that are applied to the scene.")> Public Property LightSources As LightSourceCollection
'Usage Dim instance As LightModel Dim value As LightSourceCollection instance.LightSources = value value = instance.LightSources
[Category("General")] [Description("Represents the collection of light sources that are applied to the scene.")] public LightSourceCollection LightSources {get; set;}