Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NPropertyBag Class / SetPropertyBagValue Method


In This Topic
    SetPropertyBagValue Method
    In This Topic
    Adds a property bag
    Syntax
    'Declaration
     
    
    Public Sub SetPropertyBagValue( _
       ByVal name As System.String, _
       ByVal value As NPropertyBag _
    ) 
    'Usage
     
    
    Dim instance As NPropertyBag
    Dim name As System.String
    Dim value As NPropertyBag
     
    instance.SetPropertyBagValue(name, value)
    public void SetPropertyBagValue( 
       System.string name,
       NPropertyBag 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