Share via


ApplicationData.SharedLocalPath Property

Definition

A string value that represents the path for the shared data store.

public:
 property Platform::String ^ SharedLocalPath { Platform::String ^ get(); };
winrt::hstring SharedLocalPath();
public string SharedLocalPath { get; }
var string = applicationData.sharedLocalPath;
Public ReadOnly Property SharedLocalPath As String

Property Value

String

Platform::String

winrt::hstring

Returns the path for the shared data store.

Remarks

This is equivalent to Windows.Storage.ApplicationData.SharedLocalFolder().Path.

Applies to