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


In This Topic
    SetObjectValue Method
    In This Topic
    Adds a dom customizable object value
    Syntax
    'Declaration
     
    
    Public Sub SetObjectValue( _
       ByVal context As NDomSerializationContext, _
       ByVal name As System.String, _
       ByVal obj As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NPropertyBag
    Dim context As NDomSerializationContext
    Dim name As System.String
    Dim obj As System.Object
     
    instance.SetObjectValue(context, name, obj)
    public void SetObjectValue( 
       NDomSerializationContext context,
       System.string name,
       System.object obj
    )

    Parameters

    context
    name
    obj
    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