AddPackageOptions.InstallAllResources Property

Definition

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

Boolean

bool

TRUE instructs the app to skip all resource applicability checks and stages or registers all resource packages; otherwise, FALSE.

Applies to