Click or drag to resize

ParameterListGetValue Method

Gets value of the parameter by name.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public string GetValue(
	string name
)

Parameters

name  String
Name of the parameter to search for.

Return Value

String
Value of the query parameter with specified name -or- if not found.
See Also