Search
XmlPersistContext.ClassVersion Property
See Also
 





Gets the class version of the currently deserialized item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int ClassVersion { get; }

Visual Basic  Copy Code

Public ReadOnly Property ClassVersion As Integer

 Property Value

An integer value specifying the class version.

 Remarks

This property is only useful when deserializing items.

 See Also