Click or drag to resize

KeyValues Constructor (String, String)

Creates new KeyValues object.

Namespace:  Limilabs.Mail.PDI
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public KeyValues(
	string key,
	string value
)

Parameters

key
Type: SystemString
Key.
value
Type: SystemString
Value.
See Also