Post Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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;
}

Implements

IGatewayRequest..::..Post

See Also