Version

SetNAProperty Method (RecordReplayProxyBase)

This method will set the value of any property (or sub property) for this control.
Syntax
'Declaration
 
Public Sub SetNAProperty( _
   ByVal fullPropertyName As System.String, _
   ByVal oNewValue As System.Object _
) 
public void SetNAProperty( 
   System.string fullPropertyName,
   System.object oNewValue
)

Parameters

fullPropertyName
The property name to return. If the property required is nested, Use Dot to separate objects and property names. To get indexed property use “[ ]” passing the index or the key value
oNewValue
The new value to set the property to
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