Share via


OpenApiServer.Variables Property

Definition

A map between a variable name and its value. The value is used for substitution in the server's URL template.

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

Property Value

Applies to