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 Maximum Limit 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 Double
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesDataTable..::.MaxLimitChangeEventArg
Dim value As Double
value = instance.ProposedValue
instance.ProposedValue = value
public double ProposedValue { get; set; }
public:
property double ProposedValue {
double get ();
void set (double value);
}
public function get ProposedValue () : double
public function set ProposedValue (value : double)
Property Value
Type: System..::.Double
The proposed value to be inserted into the Maximum Limit column of the ShippingRatesDataSet..::.ShippingRatesDataTable.
Remarks
Returns the proposed value to be inserted into the Maximum Limit column of the ShippingRatesDataSet..::.ShippingRatesDataTable.
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.
See Also
Reference
ShippingRatesDataSet..::.ShippingRatesDataTable..::.MaxLimitChangeEventArg Class
ShippingRatesDataSet..::.ShippingRatesDataTable..::.MaxLimitChangeEventArg Members