public bool LightOn { get; set; }
Public Property LightOn As Boolean
public: property bool LightOn { bool get (); void set (bool value); }