Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NRule Class / Selectors Property


In This Topic
    Selectors Property
    In This Topic
    Gets or sets the rule selectors, that define the set of element for which the rule applies
    Syntax
    'Declaration
     
    
    Public Property Selectors As NSelectorCollection
    'Usage
     
    
    Dim instance As NRule
    Dim value As NSelectorCollection
     
    instance.Selectors = value
     
    value = instance.Selectors
    public NSelectorCollection Selectors {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