Nevron .NET Vision
Nevron.Serialization Namespace / NPropertyInfo Class / SetValue Method


In This Topic
    SetValue Method (NPropertyInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetValue( _
       ByVal obj As System.Object, _
       ByVal value As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NPropertyInfo
    Dim obj As System.Object
    Dim value As System.Object
     
    instance.SetValue(obj, value)
    public override void SetValue( 
       System.object obj,
       System.object value
    )

    Parameters

    obj
    value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also