Click or drag to resize

SettingsObjectVersion Property

Version of this object, automatically included in serialization.

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

Property Value

Int32
Revision History
DateVersionDescription
-2022 SP0First Release
-2024 SP1 POSSIBLY BREAKING CHANGE FOR SCRIPT ADD-INS! This property used to be settable by inheritants, but it's now privatized as part of serialization re-work.
See Also