Gets or sets the property selection behavior. The container's default behavior is to do no
property injection.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Property Value
Type: IPropertySelectionBehaviorThe property selection behavior.
Exceptions
Exception | Condition |
---|---|
NullReferenceException | Thrown when the supplied value is a null reference. |
InvalidOperationException | Thrown when the container already contains registrations. |
See Also