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


In This Topic
    SetValue Method (NElement)
    In This Topic
    Sets a value for the specified property.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetValue( _
       ByVal property As NProperty, _
       ByVal value As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NElement
    Dim property As NProperty
    Dim value As System.Object
     
    instance.SetValue(property, value)
    public override void SetValue( 
       NProperty property,
       System.object value
    )

    Parameters

    property
    value
    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