Previous Topic: GetUDP Method

Next Topic: SetCrossProjectMergeById Method


GetUDPName Method

Retrieves the name of the current CA Harvest SCM UDP.

Syntax

object.GetUDPName()

Owning Class

CaWContext

Arguments

None

Return Value

A string represents the UDP name if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strUDP = objContext.GetUDPName()

More information: