Version

GetNAProperty Method (RecordReplayProxyBase)

This method will return the value of any property (or sub property) for this control.
Syntax
'Declaration
 
Public Function GetNAProperty( _
   ByVal fullPropertyName As System.String _
) As System.Object
public System.object GetNAProperty( 
   System.string fullPropertyName
)

Parameters

fullPropertyName
he 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.

Return Value

The specified property 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