PackageClass.UpdateObjects Property

Definition

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

Boolean

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