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