Version Property

Returns the Microsoft Graph version number. Read-only String.

Example

This example displays a message box that contains the Microsoft Graph version number.

MsgBox "Welcome to Microsoft Graph version " & _ 
    myChart.Application.Version

Applies to | Application Object