Click or drag to resize

KeyFilterAttributeKey Property

Gets the key 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 Key { get; }

Property Value

Type: Object
The Object corresponding to a registered service key on a component. Resolved components must be keyed with this value to satisfy the filter.
See Also