Gets or sets a value indicating the version stamp to be used for the help file.

[VBScript]
Public Property FileVersion As String
[JScript]
public function get FileVersion() : String;
public function set FileVersion(String);

Property Value

A string in the form "Major.Minor.Build.Extension" representing the version of the help file.

See Also

Collection Object | Collection Members | HelpProducer Namespace