LiquidTechnologies.XmlObjects Namespace / LjReaderSettings Class / RootElementName Property

In This Topic
    RootElementName Property
    In This Topic
    Optional name used as a root element in serializing JSON data. Sometimes JSON data may produce multiple root level elements which would produce an invalid XML document. This optional value allows you to specify a root level element which the generator will use as the single root of the XML document.
    Syntax
    'Declaration
     
    
    Public Property RootElementName As System.String
    public System.string RootElementName {get; set;}
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also