Class KeyValuePair
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class KeyValuePair
Properties
Key
Name of the key or property
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Value of the key or property
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |