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


In This Topic
    UserId Property (NElement)
    In This Topic
    Gets or sets the User Id associated to this element. This property is usually assigned by the user and is used to identify specific elements in the document. Unlike the Id property, the value of this property is not guaranteed to be unique in the document. The NUserIdCondition styling condition lets you select elements with a specific User Id.
    Syntax
    'Declaration
     
    
    Public Property UserId As System.String
    'Usage
     
    
    Dim instance As NElement
    Dim value As System.String
     
    instance.UserId = value
     
    value = instance.UserId
    public System.string UserId {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