JsonHubProtocolOptions.PayloadSerializerOptions Property

Definition

Gets or sets the settings used to serialize invocation arguments and return values.

public:
 property System::Text::Json::JsonSerializerOptions ^ PayloadSerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); void set(System::Text::Json::JsonSerializerOptions ^ value); };
public System.Text.Json.JsonSerializerOptions PayloadSerializerOptions { get; set; }
member this.PayloadSerializerOptions : System.Text.Json.JsonSerializerOptions with get, set
Public Property PayloadSerializerOptions As JsonSerializerOptions

Property Value

Applies to