CoreApplication.Properties Property

Definition

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.

Applies to