Table of Contents

Class PropertyValueDescriptor

Namespace
Steeltoe.Management.Endpoint.Env
Assembly
Steeltoe.Management.EndpointBase.dll
public class PropertyValueDescriptor
Inheritance
PropertyValueDescriptor
Inherited Members

Constructors

PropertyValueDescriptor(object, string)

public PropertyValueDescriptor(object value, string origin = null)

Parameters

value object
origin string

Properties

Origin

[JsonPropertyName("origin")]
public string Origin { get; }

Property Value

string

Value

[JsonPropertyName("value")]
public object Value { get; }

Property Value

object