Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDomProperty Class / Register Method


In This Topic
    Register Method (NDomProperty)
    In This Topic
    Creates a new or returns an already created dom property with the specified name and type
    Syntax
    'Declaration
     
    
    Public Shared Function Register( _
       ByVal name As System.String, _
       ByVal type As NDomType _
    ) As NDomProperty
    'Usage
     
    
    Dim name As System.String
    Dim type As NDomType
    Dim value As NDomProperty
     
    value = NDomProperty.Register(name, type)
    public static NDomProperty Register( 
       System.string name,
       NDomType type
    )

    Parameters

    name
    type
    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