Share via


ConfiguredMode Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets a value representing the configured mode for the PaymentProcessor.

Namespace:  Microsoft.CommerceServer.Orders
Assembly:  Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)

Syntax

'Declaration
Public Property ConfiguredMode As Integer
'Usage
Dim instance As PaymentMethod
Dim value As Integer

value = instance.ConfiguredMode

instance.ConfiguredMode = value
public int ConfiguredMode { get; set; }
public:
property int ConfiguredMode {
    int get ();
    void set (int value);
}
public function get ConfiguredMode () : int
public function set ConfiguredMode (value : int)

Property Value

Type: System..::.Int32
A value representing the configured mode for the PaymentProcessor.

Remarks

The integer representing the configured mode for the PaymentProcessor. The mapping between the integer and the value will be done at the UI. This property is provided for the use by the components users might write for processing the Payments.

Permissions

See Also

Reference

PaymentMethod Class

PaymentMethod Members

Microsoft.CommerceServer.Orders Namespace