Price Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the shipping price for an order.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Price As Decimal
'Usage
Dim instance As ShippingRatesDataSet..::.ShippingRatesRow
Dim value As Decimal
value = instance.Price
instance.Price = value
public decimal Price { get; set; }
public:
property Decimal Price {
Decimal get ();
void set (Decimal value);
}
public function get Price () : decimal
public function set Price (value : decimal)
Property Value
Type: System..::.Decimal
The shipping price for an order.
Remarks
Stores the Price of a shipping rate. The value is stored in the PriceColumn.
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..::.ShippingRatesRow Class