Share via


OpenApiComponents.Callbacks Property

Definition

An object to hold reusable OpenApiCallback Objects.

public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.Models.OpenApiCallback> Callbacks { get; set; }
member this.Callbacks : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.Models.OpenApiCallback> with get, set
Public Property Callbacks As IDictionary(Of String, OpenApiCallback)

Property Value

Applies to