Share via


OpenApiComponents.Links Property

Definition

An object to hold reusable OpenApiLink Objects.

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

Property Value

Applies to