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 .