PdcCalculation.ContactName
Declaration
ContactID as String
Description
Returns the contact's id
Notes
This property returns the 'ContactID' of the contact which was chosen in the calculation. To set the contact use the property 'SetContactID'.
Code example
This code example returns the ContactID of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.ContactID