Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.

Declaration Syntax
public string DeserializeRootElementName { get; set; }
Public Property DeserializeRootElementName As String
Get
Set
public:
property String^ DeserializeRootElementName {
String^ get ();
void set (String^ value);
}
Value
The name of the deserialize root element.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)