Freigeben über


ApplicationDataContainer.Locality Property

Definition

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.

Applies to

See also