TestRequest Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the test request.

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

Syntax

C#
public string TestRequest { get; set; }
Visual Basic
Public Property TestRequest As String
	Get
	Set
Visual C++
public:
virtual property String^ TestRequest {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Field Value

The test request.

Implements

IGatewayRequest..::..TestRequest

See Also