Project, read-only

Beschreibung:

Liefert das Projekt der Verknüpfung zurück.

Typ:

String

Beispiel VBScript:

Dim sProject : sProject = oLink.Project

Beispiel C#-Script:

string project = link.Project;