RegisterPackageOptions.AppDataVolume 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 or sets the target volume on which to store app data.
public:
property PackageVolume ^ AppDataVolume { PackageVolume ^ get(); void set(PackageVolume ^ value); };
PackageVolume AppDataVolume();
void AppDataVolume(PackageVolume value);
public PackageVolume AppDataVolume { get; set; }
var packageVolume = registerPackageOptions.appDataVolume;
registerPackageOptions.appDataVolume = packageVolume;
Public Property AppDataVolume As PackageVolume
Property Value
The target volume on which to store app data.