PslTask.Link
Contains the linked object of the task. An object can only be returned if it is currently loaded. I.e. if a common task is linked to an string list of an project that is not loaded the Link property returns NULL. If you set the link, make sure to link to an object from the same project as the task.
Possible objects are: PslProject, PslSourceString PslTransList PslResource PslSourceString PslTransString.
Syntax
Expression.Link as Object
Expression Object of type PslTask