







|
| A .NET Library aimed at helping you get up to speed quickly with Authorize.NET |
| GatewayRequest..::..Post Property |
| GatewayRequest Class See Also Send Feedback |
Namespace: AuthorizeNet
Assembly: AuthorizeNet (in AuthorizeNet.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public Dictionary<string, string> Post { get; set; } |
| Visual Basic |
|---|
Public Property Post As Dictionary(Of String, String) Get Set |
| Visual C++ |
|---|
public: virtual property Dictionary<String^, String^>^ Post { Dictionary<String^, String^>^ get () sealed; void set (Dictionary<String^, String^>^ value) sealed; } |
