Persistate API documentation
Add Method (key, value)
NamespacesPersistate.UtilPropertyStringAdd(String, String)

[This is preliminary documentation and is subject to change.]

Adds a new key value pair to the PropertyString.
Declaration Syntax
C#
public void Add(
	string key,
	string value
)
Parameters
key (String)
The new key.
value (String)
The new value.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)