IsolatedStorageSettings.Count Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the number of key-value pairs that are stored in the dictionary.

Namespace:  System.IO.IsolatedStorage
Assembly:  System.Windows (in System.Windows.dll)

Syntax

Public ReadOnly Property Count As Integer
public int Count { get; }

Property Value

Type: System..::.Int32
The number of key-value pairs that are stored in the dictionary.

Implements

ICollection<(Of <(T>)>)..::.Count

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

IsolatedStorageSettings Class

System.IO.IsolatedStorage Namespace