Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Signature
vb.net
vb.net
Public ReadOnly Property Version() As String
Remarks

Version is a Read Only property.

Example
Code Block
csharp
csharp
titleC#

          string ver = oWordApplication.Version;
        
Code Block
vb.net
vb.net
titlevb.net

          Dim ver As String = oWordApplication.Version