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
)
public: System.string* GetNAProperties( 
   System.Object* oFullPropertyName
) 

Parameters

oFullPropertyName
When supplied is a string path to a property under the SourceElement. It may be nested, in which case use standard .NET notation to denote the path to the property. Such as : “DisplayLayout.Bands[0].Columns[2].Header.Caption” would be a valid path for the UltraWinGrid to the third columns header caption. If not supplied it returns the base SourceElement.

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