AppInstallOptions.ForceUseOfNonRemovableStorage 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 a value that indicates whether to install the app to non-removable storage even if the user has configured apps to install to SD card, or whether to install the app to non-removable storage or SD card according to the user's settings.
public:
property bool ForceUseOfNonRemovableStorage { bool get(); void set(bool value); };
bool ForceUseOfNonRemovableStorage();
void ForceUseOfNonRemovableStorage(bool value);
public bool ForceUseOfNonRemovableStorage { get; set; }
var boolean = appInstallOptions.forceUseOfNonRemovableStorage;
appInstallOptions.forceUseOfNonRemovableStorage = boolean;
Public Property ForceUseOfNonRemovableStorage As Boolean
Property Value
bool
True to install the app to non-removable storage even if the user has configured apps to install to SD card; false to install the app to non-removable storage or SD card according to the user's settings.
Windows requirements
App capabilities |
runFullTrust
|