NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlElement Class / NXmlElement Constructor / NXmlElement Constructor(String,String)
The name of the created XML element.
The value of the XML element. It is added as a child text node of the element.
In This Topic
    NXmlElement Constructor(String,String)
    In This Topic
    Creates a XML element with the given name and adds a text node child with the given content.
    Syntax
    public NXmlElement( 
       System.string name,
       System.string value
    )

    Parameters

    name
    The name of the created XML element.
    value
    The value of the XML element. It is added as a child text node of the element.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also