Click or drag to resize

PropertyBagAssemblyVersionLoadedFrom Property

Gets the assembly version this property bag was loaded from, i.e. the version of Altaxo that has serialized this bag before it was loaded again.

Namespace: Altaxo.Main.Properties
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Version? AssemblyVersionLoadedFrom { get; protected set; }

Property Value

Version
The assembly version of Altaxo this bag was loaded from, or null if this is the default bag.
See Also