Post Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image

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

Syntax

C#
Dictionary<string, string> Post { get; set; }
Visual Basic
Property Post As Dictionary(Of String, String)
	Get
	Set
Visual C++
property Dictionary<String^, String^>^ Post {
	Dictionary<String^, String^>^ get ();
	void set (Dictionary<String^, String^>^ value);
}

See Also