MetadataFilterAttributeValue Property |
Gets the value the dependency is expected to have to satisfy the parameter.
Namespace:
Autofac.Features.AttributeFilters
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public Object Value { get; }
Public ReadOnly Property Value As Object
Get
Property Value
Type:
Object
The
Object corresponding to a registered metadata
value on a component. Resolved components must have the metadata
Key with
this value to satisfy the filter.
See Also