Previous Topic: CaWContext

Next Topic: GetProjectId Method


GetProjectName Method

Retrieve the name of the current CA Harvest SCM Project.

Syntax

object.GetProjectName()

Owning Class

CaWContext

Arguments

None

Return Value

A string that represents the project name if set, empty string if empty.

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strProjectName = objContext.GetProjectName()

More information: