Gets a comma-delimited list of Authorization Accounts that will be processed by this provider.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

Remarks

If no accounts are specified in the config file for this provider, all accounts not specifically named in another provider entry will be processed by this one.

See Also