Previous Topic: Logout Method

Next Topic: GetContext Method


GetBrokerName Method

Retrieves the name of the current CA Harvest SCM service broker.

Syntax

object.GetBrokerName()

Owning Class

CaWHarvest

Arguments

None

Return Value

A string that represents the Broker name, empty string if not set.

Example

strName = sobjHarvest.GetBrokerName();

More information: