ApplicationDataContainer.Values Property

Definition

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.

Applies to