AddPackageOptions.InstallAllResources 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 the app skips resource applicability checks. This effectively stages or registers all resource packages that a user passes in to the command, which forces applicability for all packages contained in a bundle. If a user passes in a bundle, all contained resource packages will be registered.
public:
property bool InstallAllResources { bool get(); void set(bool value); };
bool InstallAllResources();
void InstallAllResources(bool value);
public bool InstallAllResources { get; set; }
var boolean = addPackageOptions.installAllResources;
addPackageOptions.installAllResources = boolean;
Public Property InstallAllResources As Boolean
Property Value
bool
TRUE instructs the app to skip all resource applicability checks and stages or registers all resource packages; otherwise, FALSE.