| 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; }
Public ReadOnly Default Property Item (
name As String
) As QueryParameter
Get
public:
property QueryParameter^ default[String^ name] {
QueryParameter^ get (String^ name);
}
member Item : QueryParameter with get
Parameters
- name
- Type: SystemString
Name of the parameter to search for.
Return Value
Type:
QueryParameterQuery parameter with specified name -or-
if not found.
See Also