MindFusion.Scheduling for Silverlight Programmer's Guide
SerializationContext.FileVersion Property
See Also
 





Gets the format revision number of the file being loaded.

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

 Syntax

C#  Copy Code

public int FileVersion { get; }

Visual Basic  Copy Code

Public ReadOnly Property FileVersion As Integer

 Property Value

An integer value identifying the schedule file format revision number.

 Remarks

This revision number specifies the format of the schedule files, but not of distinct item classes. If using custom item classes, specify their format revision number when registering them with the schedule via the RegisterItemClass method.

 See Also

SerializationContext Members
SerializationContext Class
MindFusion.Scheduling Namespace