KeyValuePair Constructor (String, String) |
Initializes a new instance of class with a specified key and value.
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 KeyValuePair(
string key,
string value
)
Public Sub New (
key As String,
value As String
)
public:
KeyValuePair(
String^ key,
String^ value
)
new :
key : string *
value : string -> KeyValuePair
Parameters
- key
- Type: SystemString
The key that identifies the pair. - value
- Type: SystemString
The value that cantains the pair.
See Also