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


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

    Parameters

    property
    value

    Return Value

    true if local value was successfully 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