Share via


OpenApiOperation.Parameters Property

Definition

A list of parameters that are applicable for this operation. If a parameter is already defined at the Path Item, the new definition will override it but can never remove it. The list MUST NOT include duplicated parameters. A unique parameter is defined by a combination of a name and location. The list can use the Reference Object to link to parameters that are defined at the OpenAPI Object's components/parameters.

public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiParameter> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiParameter> with get, set
Public Property Parameters As IList(Of OpenApiParameter)

Property Value

Applies to