Interface IConfigurationProperty
Represents a property in a configuration section
Namespace: Snowflake.Configuration
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IConfigurationProperty
Properties
Metadata
Gets the metadata associated with this property
Declaration
ConfigurationOptionAttribute Metadata { get; }
Property Value
| Type | Description |
|---|---|
| ConfigurationOptionAttribute |
Value
Gets the value of the property
Declaration
object Value { get; }
Property Value
| Type | Description |
|---|---|
| System.Object |