Click or drag to resize

Parameter Class

Represents a HTTP request parameter.
Inheritance Hierarchy
SystemObject
  MSL.Core.Process.Scripting.ApiParameter

Namespace:  MSL.Core.Process.Scripting.Api
Assembly:  MSL.Core (in MSL.Core.dll) Version: 5.4.2.25632

The Parameter type exposes the following members.

Constructors
  NameDescription
Public methodParameter(String, String)
Initializes a new instance of Parameter.
Public methodParameter(String, String, ParameterType)
Initializes a new instance of Parameter.
Top
Properties
  NameDescription
Public propertyName
Gets the parameter name.
Public propertyType
Gets the parameter type.
Public propertyValue
Gets the parameter value.
Top
Methods
See Also