PreorderAvailabilityDate Property

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

Gets or sets the preorder availability date.

Namespace:  Microsoft.CommerceServer.Inventory
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Property PreorderAvailabilityDate As DateTime
'Usage
Dim instance As InventorySku
Dim value As DateTime

value = instance.PreorderAvailabilityDate

instance.PreorderAvailabilityDate = value
public DateTime PreorderAvailabilityDate { get; set; }
public:
property DateTime PreorderAvailabilityDate {
    DateTime get ();
    void set (DateTime value);
}
public function get PreorderAvailabilityDate () : DateTime
public function set PreorderAvailabilityDate (value : DateTime)

Property Value

Type: System..::.DateTime
The preorder availability date.

Remarks

This is an optional attribute which specifies the preorder availability date for the product. The preorderAvailabilityDate should be greater than the current DateTime.

Permissions

See Also

Reference

InventorySku Class

InventorySku Members

Microsoft.CommerceServer.Inventory Namespace