Gets the property of the consumer of the component where the dependency will be injected into.
The property can return null.
Namespace: SimpleInjector
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Property Value
Type: PropertyInfoThe PropertyInfo or null when the dependency is injected into a constructor argument instead.
See Also