NativeObject Property
Returns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.
Remarks
You can retrieve the list of available native operations for an object using the nativeObject.MEMBERS property.

For implementation details and important considerations, see the NativeObject property topic in the UFT Developer Help Center.

C# Syntax

[Dynamic()]
object NativeObject {get;}