PackageClass.UpdateObjects Property

Definition

Gets or sets a value that indicates whether the extensible objects can be updated at package load time if an updated version is found.

public:
 virtual property bool UpdateObjects { bool get(); void set(bool value); };
public virtual bool UpdateObjects { get; set; }
member this.UpdateObjects : bool with get, set
Public Overridable Property UpdateObjects As Boolean

Property Value

true if the extensible objects can be updated at package load time if an updated version is found; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to