CreateFrameUsingAdditionalInfo Property

Description

Indicates whether to use additional properties of the test object to identify an existing Frame test object.

Property type

Read-write property

Syntax

Visual Basic
Public Property CreateFrameUsingAdditionalInfo As Boolean

Return Value

  • True--Uses additional properties of the test object to identify an existing Frame test object.
  • False--Does not use additional properties of the test object to identify an existing Frame test object.

Remarks

This property is relevant only when the value of FrameCreationMode is URL.

See Also