Click or drag to resize
IsolatedStorageSettingsValues Property
Gets a collection that contains the values in the dictionary.

Namespace: System.IO.IsolatedStorage
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ICollection Values { get; }

Property Value

Type: ICollection
See Also