Previous Topic: SetFromStateById Method

Next Topic: GetFromProjectName Method


GetFromProjectId Method

Returns the ObjID of the Project set by SetFromState.

Syntax

object.GetFromProjectId()

Owning Class

CaWCrossProjectMerge

Arguments

None

Return Value

A long that represents the Project Id containing source state and packages.

Example

Dim objXProjectMerge
Set objXProjectMerge = objContext.GetCrossProjectMerge()
lngProjectId = ObjXProjectMerge.GetFromProjectId()

More information: