Share via


OpenApiParameterReference.In Property

Definition

REQUIRED. The location of the parameter. Possible values are "query", "header", "path" or "cookie".

public Microsoft.OpenApi.ParameterLocation? In { get; }
member this.In : Nullable<Microsoft.OpenApi.ParameterLocation>
Public ReadOnly Property In As Nullable(Of ParameterLocation)

Property Value

Implements

In

Applies to