{description}
{excerpt}Returns the exact version of WordWriter. The format of the version string returned is:{excerpt}
{signature:C#}
 public System.String Version{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property Version() As String
{signature}
{remarks}[Version|WordApplication.Version] is a *Read Only* property.

{remarks}
{example}{code:csharp|title=C#}

          string ver = oWordApplication.Version;
        {code}
{code:vb.net|title=vb.net}

          Dim ver As String = oWordApplication.Version
        {code}

{example}