Click or drag to resize

ParameterListItem Property

Gets parameter by name.

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public QueryParameter this[
	string name
] { get; }

Parameters

name
Type: SystemString
Name of the parameter to search for.

Return Value

Type: QueryParameter
Query parameter with specified name -or- if not found.
See Also