Get Method

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets the specified key from the request.

Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0

Syntax

C#
public string Get(
	string key
)
Visual Basic
Public Function Get ( _
	key As String _
) As String
Visual C++
public:
virtual String^ Get(
	String^ key
) sealed

Parameters

key
Type: System..::..String
The key.

Implements

IGatewayRequest..::..Get(String)

See Also