Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / NVariableMap Class / Set Method


In This Topic
    Set Method (NVariableMap)
    In This Topic
    Sets a value for the specified name
    Syntax
    'Declaration
     
    
    Public Sub Set( _
       ByVal name As System.String, _
       ByVal value As NVariant _
    ) 
    'Usage
     
    
    Dim instance As NVariableMap
    Dim name As System.String
    Dim value As NVariant
     
    instance.Set(name, value)
    public void Set( 
       System.string name,
       NVariant value
    )

    Parameters

    name
    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