_Application.Version Property
Returns or sets a String (string in C#) indicating the number of the version. Read-only.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
ReadOnly Property Version As String
Get
'Usage
Dim instance As _Application
Dim value As String
value = instance.Version
[DispIdAttribute()]
string Version { get; }
Property Value
Type: System.String