Preorderable Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the pre orderable flag.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Preorderable As Boolean
'Usage
Dim instance As InventorySku
Dim value As Boolean
value = instance.Preorderable
instance.Preorderable = value
public bool Preorderable { get; set; }
public:
property bool Preorderable {
bool get ();
void set (bool value);
}
public function get Preorderable () : boolean
public function set Preorderable (value : boolean)
Property Value
Type: System..::.Boolean
true to indicate the Inventory catalog is pre-orderable; otherwise false. Default value is false.
Remarks
This is an optional attribute which defines if the product is pre-orderable or not. Set to true to allow this product to be preordered.
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.