GraphPresenter.RequestBuilder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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