Class PropertySourceDescriptor
- Namespace
 - Steeltoe.Management.Endpoint.Env
 
- Assembly
 - Steeltoe.Management.EndpointBase.dll
 
public class PropertySourceDescriptor
  - Inheritance
 - 
      
      PropertySourceDescriptor
 
- Inherited Members
 
Constructors
PropertySourceDescriptor(string, IDictionary<string, PropertyValueDescriptor>)
public PropertySourceDescriptor(string name, IDictionary<string, PropertyValueDescriptor> properties)
  Parameters
namestringpropertiesIDictionary<string, PropertyValueDescriptor>
Properties
Name
[JsonPropertyName("name")]
public string Name { get; }
  Property Value
Properties
[JsonPropertyName("properties")]
public IDictionary<string, PropertyValueDescriptor> Properties { get; }