'Declaration Public Property Type As CADLight.LightType
'Usage Dim instance As CADLight Dim value As CADLight.LightType instance.Type = value value = instance.Type
public CADLight.LightType Type {get; set;}
public: __property CADLight.LightType get_Type(); public: __property void set_Type( CADLight.LightType value );
public: property CADLight.LightType Type { CADLight.LightType get(); void set ( CADLight.LightType value); }