Parent Property From Microsoft Graph Visual Basic previous page next page expression.Parent expression Required. An expression that returns one of the objects in the Applies To list.ExampleThis example returns the parent object of the application.Sub UseParent() Application.Parent End Sub