Gets the format revision number of the file being loaded.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
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.
RemarksThis 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