AutoGenerateWith Property
Description
Indicates whether 'With' statements are automatically generated after recording.
Property type
Read-write property
Syntax
Visual Basic
Public Property AutoGenerateWith As Boolean
Return Type
  • True--Instructs UFT One to automatically generate With statements when you record according to the setting in the WithGenerationLevel property.
  • False--Instructs UFT One not to generate With statements when you record.
Example
See Also