IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

Value Method

Returns the value of a parameter.

Syntax

[VB.NET]
Public Function Value(ByVal ParamName As String) As String
[C#]
public string Value(string paramName);

Remarks

The component will search through the Params collection for the parameter identified by ParamName and will return the value associated with it provided in the collection .

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]