UpdateSharedPackageContainerOptions.RequirePackagesPresent 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 specifies whether the affected packages must be present for the update operation to succeed.
public:
property bool RequirePackagesPresent { bool get(); void set(bool value); };
bool RequirePackagesPresent();
void RequirePackagesPresent(bool value);
public bool RequirePackagesPresent { get; set; }
var boolean = updateSharedPackageContainerOptions.requirePackagesPresent;
updateSharedPackageContainerOptions.requirePackagesPresent = boolean;
Public Property RequirePackagesPresent As Boolean
Property Value
Boolean
bool
True if the packages must be preset; otherwise, false.