Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NAttribute Class / RootAttribute Property


In This Topic
    RootAttribute Property
    In This Topic
    Gets the last ancestor in attribute ancestors chain, which is an attribute. Returns this if the parent node is not an attribute.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RootAttribute As NAttribute
    'Usage
     
    
    Dim instance As NAttribute
    Dim value As NAttribute
     
    value = instance.RootAttribute
    public NAttribute RootAttribute {get;}
    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