JsonHubProtocolOptions.PayloadSerializerOptions Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Çağırma bağımsız değişkenlerini seri hale getirmek ve değerleri döndürmek için kullanılan ayarları alır veya ayarlar.
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