Interface IConfigureOptionsWithKey<T>
Namespace: Steeltoe.Management.Endpoint.Configuration
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public interface IConfigureOptionsWithKey<in T>
where T : class
Type Parameters
Name | Description |
---|---|
T |
Properties
| Edit this page View SourceConfigurationKey
Declaration
string ConfigurationKey { get; }
Property Value
Type | Description |
---|---|
System.String |