How to store simple Key-Value data? Technology Community › Category: Xamarin › How to store simple Key-Value data? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Xamarin.Forms’s Application class exposes the Application.Current.Properties Dictionary which is used to store the simple Key-Value pair data. The Properties dictionary uses a string key and stores an object value.