'Declaration Public ReadOnly Property FileVersion As Double
'Usage Dim instance As FormDefinitionFile 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 FormDefinitionFile 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 definition file format. This number is not a revision number which increments upon each change to a form definition file. The FormDirector component will use the same version number for all the form definition 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