'Declaration Public ReadOnly Property FileVersion As Double
'Usage Dim instance As FormSetFile Dim value As Double value = instance.FileVersion
public double FileVersion {get;}
public: __property double get_FileVersion();
'Declaration Public ReadOnly Property FileVersion As Double
'Usage Dim instance As FormSetFile Dim value As Double value = instance.FileVersion
public double FileVersion {get;}
public: __property double get_FileVersion();
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