AppInstallOptions.ForceUseOfNonRemovableStorage Property

Definition

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

Boolean

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

Applies to