• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

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
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.