Version Property

Applies To

Application object.

Description

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

Example

This example displays a message box that contains the Microsoft Graph version number and the name of the operating system.

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