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