Previous Topic: SetConcurrentMergeId Method

Next Topic: SetPackageId Method


SetPackageName Method

Sets the specified Package as the current context Package.

Syntax

object.SetPackageName(strPackageName)

Owning Class

CaWContext

Arguments

strPackageName - A string that represents the Package name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetPackageName(“My Package”)

More information: