PackageVolume.PackageStorePath Property

Definition

Gets the absolute path for the Package store on the volume.

public:
 property Platform::String ^ PackageStorePath { Platform::String ^ get(); };
winrt::hstring PackageStorePath();
public string PackageStorePath { get; }
var string = packageVolume.packageStorePath;
Public ReadOnly Property PackageStorePath As String

Property Value

String

Platform::String

winrt::hstring

The absolute path for the package store on the volume.

Applies to

See also