Version

GetNAProperties Method (RecordReplayProxyBase)

This method will returns a list of the visible properties of a given object, and their data types.
Syntax
'Declaration
 
Public Function GetNAProperties( _
   Optional ByVal oFullPropertyName As System.Object _
) As System.String
public System.string GetNAProperties( 
   System.object oFullPropertyName
)

Parameters

oFullPropertyName

Return Value

Returns string representation of a list of visible properties of the supplied object and their data types.
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