| IOAuthAddParameter Method |
Adds new parameter to this request.
Namespace:
Limilabs.Client.Authentication
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax IOAuth AddParameter(
string name,
string value
)
Function AddParameter (
name As String,
value As String
) As IOAuth
IOAuth^ AddParameter(
String^ name,
String^ value
)
abstract AddParameter :
name : string *
value : string -> IOAuth
Parameters
- name
- Type: SystemString
Name of the parameter. - value
- Type: SystemString
Value of the parameter.
Return Value
Type:
IOAuthThis OAuth object.
See Also