Returns the exact version of WordWriter. The format of the version string returned is:

 public System.String Version{ get; }
Public ReadOnly Property Version() As String

Version is a Read Only property.


          string ver = oWordApplication.Version;
        

          Dim ver As String = oWordApplication.Version