Gets or sets the key of the pair.
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)
Syntaxpublic string Key { get; set; }
Public Property Key As String
Get
Set
public:
property String^ Key {
String^ get ();
void set (String^ value);
}
member Key : string with 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