Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NElement Class / OSb Method


In This Topic
    OSb Method (NElement)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function OSb( _
       ByVal bGEb As NElement, _
       ByVal CGEb As System.String _
    ) As NElement
    'Usage
     
    
    Dim instance As NElement
    Dim bGEb As NElement
    Dim CGEb As System.String
    Dim value As NElement
     
    value = instance.OSb(bGEb, CGEb)
    internal virtual NElement OSb( 
       NElement bGEb,
       System.string CGEb
    )

    Parameters

    bGEb
    CGEb
    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