Edit

Share via


GraphPresenter.RequestBuilder Property

Definition

Gets or sets a IBaseRequestBuilder to be used to make a request to the graph. The results will be automatically populated to the Windows.UI.Xaml.Controls.ContentPresenter.Content property. Use a Windows.UI.Xaml.Controls.ContentPresenter.ContentTemplate to change the presentation of the data.

public Microsoft.Graph.IBaseRequestBuilder RequestBuilder { get; set; }
member this.RequestBuilder : Microsoft.Graph.IBaseRequestBuilder with get, set
Public Property RequestBuilder As IBaseRequestBuilder

Property Value

Applies to