Nevron.Serialization Namespace / NPropertyInfo Class / SetValue Method


SetValue Method (NPropertyInfo)
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)

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