Click or drag to resize

ParameterListRemove Method

Removes all parameters with specified name.

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void Remove(
	string name
)

Parameters

name
Type: SystemString
Name of the parameters to remove.
See Also