ApplicationDataContainer.Values 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 an object that represents the settings in the 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
An object that represents the settings in the settings container.