ContainerOptionsAllowOverridingRegistrations Property

Simple Injector
Gets or sets a value indicating whether the container allows overriding registrations. The default is false.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public bool AllowOverridingRegistrations { get; set; }

Property Value

Type: Boolean
The value indicating whether the container allows overriding registrations.
See Also

Reference