SetParameter method: Crypt class

Syntax

SetParameter(Name, Value)

Description

Use the SetParameter method to set the parameter specified by Name to a value specified by Value.

You must have already used the FirstStep, NextStep, or GoToStep methods to specify a step before using this method.

Parameters

Parameter Description

Name

Specify the name of the parameter that you want to change, as a string.

Value

Specify the value for the parameter that you want to change.

Returns

None.