Previous Topic: GetFromStateId Method

Next Topic: IsValid Method


GetFromStateName Method

Returns the Name of the State set by SetFromState.

Syntax

object.GetFromStateName()

Owning Class

CaWCrossProjectMerge

Arguments

None

Return Value

A string that represents the State Name containing source state and packages.

Example

Dim objXProjectMerge
Set objXProjectMerge = objContext.GetCrossProjectMerge()
strStateName = ObjXProjectMerge.GetFromStateName()

More information: