Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

JsonSourceGenerationOptionsAttribute.GenerationMode 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.

Gets or sets the source generation mode for types that don't explicitly set the mode with GenerationMode.

public:
 property System::Text::Json::Serialization::JsonSourceGenerationMode GenerationMode { System::Text::Json::Serialization::JsonSourceGenerationMode get(); void set(System::Text::Json::Serialization::JsonSourceGenerationMode value); };
public System.Text.Json.Serialization.JsonSourceGenerationMode GenerationMode { get; set; }
member this.GenerationMode : System.Text.Json.Serialization.JsonSourceGenerationMode with get, set
Public Property GenerationMode As JsonSourceGenerationMode

Property Value

Applies to


Feedback

Was this page helpful?