Gets the class version of the currently deserialized item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int ClassVersion { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property ClassVersion As Integer |
An integer value specifying the class version.
RemarksThis property is only useful when deserializing items.
See Also