Previous Topic: SetAddCmdLineArg Method

Next Topic: Execute Method


GetAddCmdLineArg Method

Retrieves the additional command line arguments that will be passed to the executing UDP.

Syntax

object.GetAddCmdLineArg()

Owning Class

CaWUDP

Arguments

None

Return Value

A string of arguments.

Notes

Example

Dim objUDP
Set objUDP = objContext.GetUDP()
strCmdArg = objUDP.GetAddCmdLineArg()

More information: