DeserializeRootElementName Property

Json.NET

Json.NET - Quick Starts & API Documentation DeserializeRootElementName Property
NamespacesNewtonsoft.Json.ConvertersXmlNodeConverterDeserializeRootElementName
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
C# Visual Basic Visual C++
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.6.14930)