Gets the version number of the program generating the result

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Version { get; }
Visual Basic (Declaration)
Public ReadOnly Property Version As String
Visual C++
public:
property String^ Version {
	String^ get ();
}

Field Value

The version number of the program generating the result

Remarks

See Also