Click or drag to resize
UpdateDisplayUseHostAssemblyVersion Property
Gets or sets a value that specifies whether the controller will use the hosting assembly's version as the value for Version.

Namespace: Kjs.AppLife.Update.Wpf
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public bool UseHostAssemblyVersion { get; set; }

Property Value

Type: Boolean
if Version should always return the hosting assembly's version; if it will be set manually.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe property is set and IsBusy is .
Remarks

When UseHostAssemblyVersion is , Version will always return the version of the assembly returned by Assembly.GetEntryAssembly. Otherwise, Version can be set explicitly. Otherwise, Version can be set explicitly.

When Version changes, the list of available updates returned by Update Controller AvailableUpdates collection is recreated to match the new version.

See Also