CoreApplication.Properties Property

Gets a property set that the app and UI frameworks can use to store info while the process is running.

Syntax

public:
static property IPropertySet^ Properties {
         IPropertySet^ get ();
}  

Property value

Type: IPropertySet 

The property set.

Requirements

Namespace: Windows.ApplicationModel.Core

Metadata: windows.winmd

See also

Reference

CoreApplication Class

CoreApplication Members

Windows.ApplicationModel.Core Namespace