Previous Topic: ProgramName Property (Read Only)

Next Topic: UserCanModifyInput Property (Read Only)


Description Property (Read Only)

Returns the description for the UDP process set by the CA Harvest SCM administrator.

Syntax

object.Description

Owning Class

CaWUDP

Return Value

A string description for this process.

Example

Dim objUDP
Set objUDP = objContext.GetUDP()
strDescription = objUDP.Description

More information: