







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| GatewayRequest..::..Get Method |
| GatewayRequest Class See Also Send Feedback |
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.
