MindFusion.Scheduling for Silverlight Programmer's Guide
XmlSerializationContext.ClassVersion Property
See Also
 





Gets the class version of the currently deserialized item.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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 of the currently deserialized item as specified by the call to RegisterItemClass method at the time the item type was registered.

 Remarks

This property is only useful when deserializing items.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace