LinkedByEntity Property
Description
The entity that initiated the link.
Property type
Read-only property
Syntax
Visual Basic
Public Property LinkedByEntity As Object
Remarks

With a Link from any entity other than a Bug to a Bug, the LinkedByEntity shows the entity that created the link. For example, a link between a Test and a Bug may have been created by a test instance, a run, or a step. Whichever object created the link between the Test and Bug will be the LinkedByEntity.

With a Link between two Bugs, this property has no meaning.

See Also