ParameterValue Function - microsoft/MIMWAL GitHub Wiki

Syntax

object ParameterValue(requestparameters:List<RequestParameter>, attribute:string)

Description

Returns the value of a request parameter of an arbitrary request. When the request is for an update of a multi-valued attribute, ParameterValueAdded() and ParameterValueRemoved() must be used.

Remarks

None.

Supported Version

2.15.713.0 and later

Examples

ParameterValue([//Request/RequestParameter], �AccountName�)