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

Interface IConfigurationValue

Represents a unique configuration value.

Namespace: Snowflake.Configuration
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IConfigurationValue

Properties

Guid

Gets the GUID record of the value.

Declaration
Guid Guid { get; }
Property Value
Type Description
System.Guid

Value

Gets or sets the value of the ConfigurationValue

Declaration
object Value { get; set; }
Property Value
Type Description
System.Object
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.