Syntax
Prt.ProjectId
Description
String property to set the Project which subsequent Production Tracking extensions will communicate with.
Example
Dim prt as new PRT
' Get a list of services from PRT '
and display them one by one in a message box
prt.ProjectId = "\\project1"
prt.GetServiceList
for j = 0 to prt.ServiceCount - 1
MsgBox prt.Service(j).Id
next j
PRT Object Model member list. |