Previous Topic: UDPType Property (Read Only)

Next Topic: Description Property (Read Only)


ProgramName Property (Read Only)

Gets the complete program name and argument for the UDP process specified by the CA Harvest SCM administrator.

Syntax

object.ProgramName

Owning Class

CaWUDP

Return Value

A string containing command and arguments for UDP process

Example

Dim objUDP
Set objUDP = objContext.GetUDP()
strProgramName = objUDP.ProgramName

More information: