Click or drag to resize
KeyValuePair Class
Represents a generic key-value pair.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesKeyValuePair

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
[SerializableAttribute]
public class KeyValuePair

The KeyValuePair type exposes the following members.

Constructors
  NameDescription
Public methodKeyValuePair
Initializes a new instance of class.
Public methodKeyValuePair(String, String)
Initializes a new instance of class with a specified key and value.
Top
Properties
  NameDescription
Public propertyKey
Gets or sets the key of the pair.
Public propertyValue
Gets or sets the value of the pair.
Top
See Also