| 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
)
Public Sub New (
key As String,
value As String
)
public:
KeyValues(
String^ key,
String^ value
)
new :
key : string *
value : string -> KeyValues
Parameters
- key
- Type: SystemString
Key. - value
- Type: SystemString
Value.
See Also