Share via


IBaseRequest.MiddlewareOptions Property

Definition

Gets the IMiddlewareOption collection for the request.

public System.Collections.Generic.IDictionary<string,Microsoft.Graph.IMiddlewareOption> MiddlewareOptions { get; }
member this.MiddlewareOptions : System.Collections.Generic.IDictionary<string, Microsoft.Graph.IMiddlewareOption>
Public ReadOnly Property MiddlewareOptions As IDictionary(Of String, IMiddlewareOption)

Property Value

Applies to