Represents a generic key-value pair.
Inheritance HierarchySystemObject dk.webCRM.ApiSync.BusinessLayer.EntitiesKeyValuePair
Namespace: dk.webCRM.ApiSync.BusinessLayer.EntitiesAssembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax[SerializableAttribute]
public class KeyValuePair
<SerializableAttribute>
Public Class KeyValuePair
[SerializableAttribute]
public ref class KeyValuePair
[<SerializableAttribute>]
type KeyValuePair = class end
The KeyValuePair type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Key |
Gets or sets the key of the pair.
|
 | Value |
Gets or sets the value of the pair.
|
Top
See Also