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