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 (local or roaming) of the app data store that is associated with the current 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
One of the enumeration values.
Remarks
There is no temporary settings container, so the ApplicationDataLocality.Temporary value can't be returned by this property.