Previous Topic: GetProjectId Method

Next Topic: GetStateId Method


GetStateName Method

Retrieve the name of the current CA Harvest SCM State.

Syntax

object.GetStateName()

Owning Class

CaWContext

Arguments

None

Return Value

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

Example

Dim objContext
Set objContext = sobjHarvest.GetContext()
strStateName = objContext.GetStateName()

More information: