If a file is loaded into the base DataTable this is the version of the file.

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

Syntax

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

Remarks