Gets value of the parameter by name.

Namespace: Limilabs.Client.Authentication
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string GetValue(
	string name
)
Visual Basic
Public Function GetValue ( _
	name As String _
) As String
Visual C++
public:
String^ GetValue(
	String^ name
)

Parameters

name
Type: System..::..String
Name of the parameter to search for.

Return Value

Value of the query parameter with specified name -or- nullNothingnullptra null reference (Nothing in Visual Basic) if not found.

See Also