DuplicateWindow Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the duplicate window - the am.

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

Syntax

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

Field Value

The duplicate window.

Implements

IGatewayRequest..::..DuplicateWindow

See Also