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 shipping method.
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 ShippingMethod
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
The configured mode for the shipping method of the current instance.
Remarks
ConfiguredMode is provided for use by custom shipping components. Commerce Server is not supplied with any components that use this property. The mapping between the property integer and the value will be done at the UI.
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.