Previous Topic: GetTakeSnapshot Method

Next Topic: GetUDP Method


GetTakeSnapshotName Method

Retrieves the name of the current CA Harvest SCM TakeSnapshot.

Syntax

object.GetTakeSnapshotName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strTakeSnapshotName = objContext.GetTakeSnapshotName()

More information: