MetadataFilterAttributeKey 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 string Key { get; }
Public ReadOnly Property Key As String
Get
Property Value
Type:
String
The
String corresponding to a registered metadata
key on a component. Resolved components must have this metadata key to
satisfy the filter.
See Also