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