Previous Topic: GetCaseSensLogin Method

Next Topic: GetProjectList Method


GetProductInfo Method

Retrieves a CaWContainer object that contains the CA Harvest SCM product information attributes in the list.

Syntax

object.GetProductInfo()

Owning Class

CaWHarvest

Arguments

None

Return Value

A CaWContainer object, null object if error.

Notes

List attributes are stored with the following hash keys:

Example

Dim objProductInfo 
objProductInfo = sobjHarvest.GetProductInfo()

More information: