Scripting Integrator - Online Help
Scripting Integrator
Questions / Feedback?

Parameters Property

A collection of function parameters when custom function is invoked.

Syntax

[VB.NET]
Public ReadOnlyProperty Parameters As ParameterList

[C#]
public ParameterList Parameters {get;}

Remarks

This property contains a collection of function parameters. This should be queried within the Function event to get the parameters and values for the custom function.

This property is read-only.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0