ApplicationDataContainer.Locality 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 the type of the application data store that's associated with the settings container.
public:
property ApplicationDataLocality Locality { ApplicationDataLocality get(); };
ApplicationDataLocality Locality();
public ApplicationDataLocality Locality { get; }
var applicationDataLocality = applicationDataContainer.locality;
Public ReadOnly Property Locality As ApplicationDataLocality
Property Value
The ApplicationDataLocality type of the application data store that's associated with the settings container.