Nevron Open Vision Documentation
Nevron.Nov.Xml Namespace / NXmlElement Class / InnerText Property


In This Topic
    InnerText Property
    In This Topic
    Gets/Sets the concatenated values of this element and all of its children.
    Syntax
    'Declaration
     
    
    Public Property InnerText As System.String
    'Usage
     
    
    Dim instance As NXmlElement
    Dim value As System.String
     
    instance.InnerText = value
     
    value = instance.InnerText
    public System.string InnerText {get; set;}
    Remarks
    Setting this property replaces all the children with the parsed contents of the given string, so children nodes are not preserved. The only child node after the set operation is a text node.
    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