Public Property Type As LightType
Dim instance As Light Dim value As LightType instance.Type = value value = instance.Type
public LightType Type {get; set;}