Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / UserClass Property


In This Topic
    UserClass Property (NElement)
    In This Topic
    Gets or sets the User Class to which the element belongs. This property is usually assigned by the user and is used to group related elements. An element can belong to more than one user classes that should be separated by the ' '(space) character. For example: element.UserClass = "MyClass1 MyClass2" specifies that element belongs to both MyClass1 and MayClass2 classes. The NUserClassCondtion styling condition lets you select elements of a specific user class.
    Syntax
    'Declaration
     
    
    Public Property UserClass As System.String
    'Usage
     
    
    Dim instance As NElement
    Dim value As System.String
     
    instance.UserClass = value
     
    value = instance.UserClass
    public System.string UserClass {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