'Declaration
Public ReadOnly Property FileVersion As Double
'Usage
Dim instance As FormSetFile Dim value As Double value = instance.FileVersion
public double FileVersion {get;}
'Declaration
Public ReadOnly Property FileVersion As Double
'Usage
Dim instance As FormSetFile Dim value As Double value = instance.FileVersion
public double FileVersion {get;}
This read-only property is set by the Read method to the version number of the form set file format. This number is not a revision number which increments upon each change to a form set file. The FormDirector component will use the same version number for all the form set files it writes.
Normally, you will not need to use this property. However, it can be helpful if you are working with Accusoft's technical support engineers.
Default value: 0