RemovePackageOptions.PreserveApplicationData 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.
public:
property bool PreserveApplicationData { bool get(); void set(bool value); };
bool PreserveApplicationData();
void PreserveApplicationData(bool value);
public bool PreserveApplicationData { get; set; }
var boolean = removePackageOptions.preserveApplicationData;
removePackageOptions.preserveApplicationData = boolean;
Public Property PreserveApplicationData As Boolean
Property Value
Boolean
bool