Represents the the coupling link to another Problem. The Problem
object maintains all its Link objects in the Links
collection. The last is accessible by the Links property of
the Problem object.
The Link object provides following methods and properties:
Returns the type of the Link.
The type is defined when the Link is added to the collection.
You cannot change the type of an existing link - remove
it and add the new one instead.