OpenApiEncoding.Encoding 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.
A map of property names to their encoding information. The key is the property name and the value is the encoding object.
public System.Collections.Generic.IDictionary<string,Microsoft.OpenApi.OpenApiEncoding>? Encoding { get; set; }
member this.Encoding : System.Collections.Generic.IDictionary<string, Microsoft.OpenApi.OpenApiEncoding> with get, set
Public Property Encoding As IDictionary(Of String, OpenApiEncoding)