Click or drag to resize
IsolatedStorageSettingsCount Property
Gets the number of key-value pairs that are stored in the dictionary.

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

Property Value

Type: Int32
See Also