CoreApplication.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a property set that the app and UI frameworks can use to store info while the process is running.
public:
static property IPropertySet ^ Properties { IPropertySet ^ get(); };
static IPropertySet Properties();
public static IPropertySet Properties { get; }
var iPropertySet = CoreApplication.properties;
Public Shared ReadOnly Property Properties As IPropertySet
Property Value
The property set.