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 |