Click or drag to resize
KeyValuePairKey Property
Gets or sets the key of the pair.

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
public string Key { get; set; }

Property Value

Type: String
Remarks
Acceptable key is defined dynamicly basing meta-data stored in the customer database. Mainly the value key is compiled as an item type number followed by value description. The item type number depends on internal webCRM definition and is different from the numbers specified by DataEntityType.
See Also