OpenApiServerVariable.Enum 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 enumeration of string values to be used if the substitution options are from a limited set.
public System.Collections.Generic.List<string>? Enum { get; set; }
member this.Enum : System.Collections.Generic.List<string> with get, set
Public Property Enum As List(Of String)
Property Value
Remarks
If the server variable in the OpenAPI document has no enum member, this property will be null.