Previous Topic: GetFromProjectId Method

Next Topic: GetFromStateId Method


GetFromProjectName Method

Returns the Name of the Project set by SetFromState.

Syntax

object.GetFromProjectName()

Owning Class

CaWCrossProjectMerge

Return Value

A string represents the Project Name containing source state and packages

Example

Dim objXProjectMerge
Set objXProjectMerge = objContext.GetCrossProjectMerge()
strProjectName = ObjXProjectMerge.GetFromProjectName()

More information: