AllowPartialAuth Property

AuthorizeNet .NET

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the allow partial auth.

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

Syntax

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

Field Value

The allow partial auth.

Implements

IGatewayRequest..::..AllowPartialAuth

See Also