Property AreLightsOn AreLightsOn Gets or sets a value indicating whether this Vehicle has its lights on. Declaration public bool AreLightsOn { get; set; } Property Value Type Description System.Boolean true if this Vehicle has its lights on; otherwise, false.