pbAuthorize.Net

AuthorizeNet.Gateway Property

AuthorizeNet Server or the gateway server url to communicate with.

[Visual Basic]
Public Property String As 
[C#]
public string String { get; set; }
[C++]
public: __property * get_String();
public: __property void set_String(String* );
[JScript]
public function get String() : String
public function set String(String);

Property Value

The gateway to communicate with.
Default: https://secure.authorize.net/gateway/transact.dll

See Also

AuthorizeNet Class | pbAuthorizeNet Namespace