Click or drag to resize

SettingsObjectVersion Property

Version of this object, automatically included in serialization. Backwards compatible settings can be achieved by considering values this variable at Deserialize(Stream).

Namespace:  CTExtensions.ExportCore.Config
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public int Version { get; protected set; }

Property Value

Type: Int32
See Also