שתף באמצעות


ProposedValue Property

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

Gets or sets the proposed value to be inserted into the Price column of the ShippingRatesDataSet..::.ShippingRatesDataTable.

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

Syntax

'Declaration
Public Property ProposedValue As Decimal
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventArg
Dim value As Decimal

value = instance.ProposedValue

instance.ProposedValue = value
public decimal ProposedValue { get; set; }
public:
property Decimal ProposedValue {
    Decimal get ();
    void set (Decimal value);
}
public function get ProposedValue () : decimal
public function set ProposedValue (value : decimal)

Property Value

Type: System..::.Decimal
The proposed value to be inserted into the Price column of the ShippingRatesDataSet..::.ShippingRatesDataTable.

Remarks

Returns the proposed value to be inserted into the Price column of the ShippingRatesDataSet..::.ShippingRatesDataTable.

Permissions

See Also

Reference

ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventArg Class

ShippingRatesDataSet..::.ShippingRatesDataTable..::.PriceChangeEventArg Members

Microsoft.CommerceServer.Orders Namespace