Class PropertyValueDescriptor
Inheritance
System.Object
PropertyValueDescriptor
Assembly: Steeltoe.Management.EndpointBase.dll
Syntax
public class PropertyValueDescriptor : object
Constructors
|
Edit this page
View Source
PropertyValueDescriptor(Object, String)
Declaration
public PropertyValueDescriptor(object value, string origin = null)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.String |
origin |
|
Properties
|
Edit this page
View Source
Origin
Declaration
public string Origin { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Value
Declaration
public object Value { get; }
Property Value
Type |
Description |
System.Object |
|