Gets the class version of the currently deserialized item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int ClassVersion { get; } |
Visual Basic
Copy Code
|
|---|
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.
RemarksThis property is only useful when deserializing items.
See Also