Version

DigAndSetProperty Method

Reflects and sets a property using the given path.
Syntax
'Declaration
 
Public Shared Function DigAndSetProperty( _
   ByVal KeyName As String, _
   ByVal component As Object, _
   ByVal propertyValue As Object _
) As Object
public static object DigAndSetProperty( 
   string KeyName,
   object component,
   object propertyValue
)

Parameters

KeyName
Path to the property to set.
component
Component on which to set the property.
propertyValue
Value of the property to set.

Return Value

The property value before setting it to the new value.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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