Namespace: Grynwald.Utilities.Configuration
Assembly: Grynwald.Utilities.Configuration
Marks a property as setting to be imported through AddObject(IConfigurationBuilder, object).
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
public sealed class ConfigurationValueAttribute : Attribute
Inheritance: object → Attribute → ConfigurationValueAttribute
Attributes: AttributeUsageAttribute
Name | Description |
---|---|
ConfigurationValueAttribute(string) | Initializes a new instance of ConfigurationValueAttribute. |
Name | Description |
---|---|
Key | The property's settings key. |
Documentation generated by MdDocs