Gets the class version of the currently deserialized item.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# 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.
This property is only useful when deserializing items.