JsonTypeInfo.Options Property

Definition

Gets the JsonSerializerOptions value associated with the current JsonTypeInfo instance.

public:
 property System::Text::Json::JsonSerializerOptions ^ Options { System::Text::Json::JsonSerializerOptions ^ get(); };
public System.Text.Json.JsonSerializerOptions Options { get; }
member this.Options : System.Text.Json.JsonSerializerOptions
Public ReadOnly Property Options As JsonSerializerOptions

Property Value

Applies to