Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / Tag Property


In This Topic
    Tag Property (NNode)
    In This Topic
    Gets or sets the node tag, that can be any DOM compliant object. This property is not used by the node itself and is intended to provide users with the ability to attach custom data to the node. Attaching custom data to any node can also be achieved with the help of extendeded properties.
    Syntax
    'Declaration
     
    
    Public Property Tag As System.Object
    'Usage
     
    
    Dim instance As NNode
    Dim value As System.Object
     
    instance.Tag = value
     
    value = instance.Tag
    public System.object Tag {get; set;}
    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