OpenApiDocument.Servers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An array of Server Objects, which provide connectivity information to a target server.
public System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiServer> Servers { get; set; }
member this.Servers : System.Collections.Generic.IList<Microsoft.OpenApi.Models.OpenApiServer> with get, set
Public Property Servers As IList(Of OpenApiServer)