JsonMediaTypeFormatter::UseDataContractJsonSerializer Property
Gets or sets a value indicating whether to use DataContractJsonSerializer by default.
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
public: property bool UseDataContractJsonSerializer { [CompilerGeneratedAttribute] bool get(); [CompilerGeneratedAttribute] void set(bool value); }
Property Value
Type: System::Booleantrue if to DataContractJsonSerializer by default; otherwise, false.
Show: