Gets the format revision number of the file being loaded.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public int FileVersion { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property FileVersion As Integer |
An integer value identifying the schedule file format revision number.
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.