Previous Topic: GetMergedEnvName Method

Next Topic: GetMergedPackageName Method


GetMergedStateName Method

Gets the merged state name.

Syntax

object.GetMergedStateName()

Owning Class

CaWInteractiveMerge

Arguments

None

Return Value

A string that represents the current merged state name.

Notes

None

Example

Dim objInteractiveMerge
Set objInteractiveMerge = objContext.GetInteractiveMerge()
strRet = objInteractiveMerge.GetMergedStateName()

More information: