Update Method
From Microsoft Graph Visual Basic
expression.Update
expression Required. An expression that returns an Application object.
Example
This example updates the application.
Sub UseUpdate()
Application.Update
End Sub
From Microsoft Graph Visual Basic
expression.Update
expression Required. An expression that returns an Application object.
This example updates the application.
Sub UseUpdate()
Application.Update
End Sub