MindFusion.UI for WebForms Programmer's Guide

XmlPersistContext.FileVersion Property

See Also
 





Gets the format revision number for the file being currently serialized.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public int FileVersion { get; }

Visual Basic  Copy Code

Public ReadOnly Property FileVersion As Integer

 Property Value

Type: Int32

 See Also