| KeyValues Constructor (String) |
Creates new KeyValues object.
Namespace:
Limilabs.Mail.PDI
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public KeyValues(
string key
)
Public Sub New (
key As String
)
public:
KeyValues(
String^ key
)
new :
key : string -> KeyValues
Parameters
- key
- Type: SystemString
Key.
See Also