Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.4 KB

File metadata and controls

38 lines (26 loc) · 1.4 KB

ConfigurationValueAttribute Class

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

Constructors

Name Description
ConfigurationValueAttribute(string) Initializes a new instance of ConfigurationValueAttribute.

Properties

Name Description
Key The property's settings key.

Documentation generated by MdDocs