Scripting Integrator - Online Help
Scripting Integrator
Questions / Feedback?

Parameter Type

A parameter to a custom function.

Remarks

This type provides the name and value of the function parameter.

Fields

Type
String

The type of the parameter.

This field holds the type of the parameter.

For JavaScript some possible values are:

  • boolean
  • number
  • string
  • array
  • date
  • undefined

For PowerShell this value is the .NET object's type.

Value
String

The value of the parameter.

This field holds the value of the parameter.

Constructors

[VB.NET]
Public Parameter()

[C#]
public Parameter();



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