 | KeyValues(String) Constructor |
Creates new KeyValues object.
Namespace: Limilabs.Mail.PDIAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic KeyValues(
string key
)
Public Sub New (
key As String
)
public:
KeyValues(
String^ key
)
new :
key : string -> KeyValuesParameters
- key String
- Key.
See Also