Table of Contents

Class EnvironmentOption

Namespace
Quilt4Net.Toolkit.Features.ApplicationInsights
Assembly
Quilt4Net.Toolkit.dll
public record EnvironmentOption : IEquatable<EnvironmentOption>
Inheritance
EnvironmentOption
Implements
Inherited Members

Constructors

EnvironmentOption(string, string)

public EnvironmentOption(string value, string label = null)

Parameters

value string
label string

Properties

Label

public string Label { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string

Operators

implicit operator string(EnvironmentOption)

public static implicit operator string(EnvironmentOption option)

Parameters

option EnvironmentOption

Returns

string