Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NNode Class / IlEb Method


In This Topic
    IlEb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub IlEb( _
       ByVal jlEb As NProperty, _
       ByVal value As System.Object, _
       ByVal KlEb As OSdb _
    ) 
    'Usage
     
    
    Dim instance As NNode
    Dim jlEb As NProperty
    Dim value As System.Object
    Dim KlEb As OSdb
     
    instance.IlEb(jlEb, value, KlEb)
    internal void IlEb( 
       NProperty jlEb,
       System.object value,
       OSdb KlEb
    )

    Parameters

    jlEb
    value
    KlEb
    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