Previous Topic: GetTakeSnapshotName Method

Next Topic: GetUDPName Method


GetUDP Method

Retrieves the current CA Harvest SCM UDP object.

Syntax

object.GetUDP()

Owning Class

CaWContext

Arguments

None

Return Value

A CaWUDP object if set or a null object if error.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
Set objUDP = objContext.GetUDP()

More information: