JsonOptions.SerializerOptions Propiedad

Definición

Obtiene la estructura JsonSerializerOptions.

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

Valor de propiedad

JsonSerializerOptions

Se aplica a