Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the ProgID / Type of the component that is used to process the Payment for this PaymentMethod.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property PaymentProcessor As String
'Usage
Dim instance As PaymentMethod
Dim value As String
value = instance.PaymentProcessor
instance.PaymentProcessor = value
public string PaymentProcessor { get; set; }
public:
property String^ PaymentProcessor {
String^ get ();
void set (String^ value);
}
public function get PaymentProcessor () : String
public function set PaymentProcessor (value : String)
Property Value
Type: System..::.String
The ProgID / Type of the component that is used to process the Payment for this PaymentMethod.
Remarks
Stores the ProgID / Type of the component that is used to process the Payment. This property is provided for the use by the components users might write for processing the Payments.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.