Gets parameter by name.

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

Syntax

C#
public QueryParameter this[
	string name
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	name As String _
) As QueryParameter
	Get
Visual C++
public:
property QueryParameter^ default[String^ name] {
	QueryParameter^ get (String^ name);
}

Parameters

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

Return Value

Query parameter with specified name -or- nullNothingnullptra null reference (Nothing in Visual Basic) if not found.

See Also