ApplicationClass.UpdateObjects 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 Boolean that indicates whether 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); };[System.Runtime.InteropServices.DispId(38)]
public virtual bool UpdateObjects { [System.Runtime.InteropServices.DispId(38)] get; [System.Runtime.InteropServices.DispId(38)] set; }[<System.Runtime.InteropServices.DispId(38)>]
[<get: System.Runtime.InteropServices.DispId(38)>]
[<set: System.Runtime.InteropServices.DispId(38)>]
member this.UpdateObjects : bool with get, setPublic Overridable Property UpdateObjects As BooleanProperty Value
true if extensible objects can be updated at package load time when an updated version is found; otherwise, false.
Implements
- Attributes