Persistate API documentation
Item Property (key)
NamespacesPersistate.UtilPropertyStringItem[([( String])])

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

Gets or sets the value for a particular key.
Declaration Syntax
C#
public string this[
	string key
] { get; set; }
Parameters
key (String)
The key to get or set the value for.
Return Value
The value obtained for the key.

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