PackageVolume.PackageStorePath 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 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
The absolute path for the package store on the volume.