ApplicationDataContainer.Values Property

Definition

Gets an object that represents the settings in this settings container.

public:
 property IPropertySet ^ Values { IPropertySet ^ get(); };
IPropertySet Values();
public IPropertySet Values { get; }
var iPropertySet = applicationDataContainer.values;
Public ReadOnly Property Values As IPropertySet

Property Value

The settings map object.

Remarks

For an example of using an ApplicationData property to get its associated ApplicationDataContainer.Values, see LocalSettings.

Applies to

See also