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