Gets the class version of the currently deserialized item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C#
![]() |
---|
public int ClassVersion { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property ClassVersion As Integer |
An integer value specifying the class version of the currently deserialized item as specified by the call to RegisterItemClass method at the time the item type was registered.
This property is only useful when deserializing items.