Previous Topic: GetProcessList Method

Next Topic: SetProjectId Method


SetProjectName Method

Sets the specified Project as the current context Project.

Syntax

object.SetProjectName(strProjectName)

Owning Class

CaWContext

Arguments

strProjectName - A string that represents the Project name.

Return Value

A boolean - True if success, False if fails.

Example

blnRet = objContext.SetProjectName(“My Project”)

More information: