PackageVolume.MountPoint Property

Definition

Gets the path of the last known volume mount point.

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

Property Value

String

Platform::String

winrt::hstring

The path of the last known volume mount point.

Remarks

This is a cached value. It may not represent the current state of the device or the volume.

Applies to

See also