Share via


BackorderAvailabilityDate Property

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

Gets or sets the value in the BackorderAvailabilityDateColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table.

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

Syntax

'Declaration
Public Property BackorderAvailabilityDate As DateTime
'Usage
Dim instance As InventorySkusDataSet..::.InventorySku
Dim value As DateTime

value = instance.BackorderAvailabilityDate

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

Property Value

Type: System..::.DateTime
The earliest date when the Back-Ordered SKU will be available for shipping. This date will be stored in UTC time

Exceptions

Exception Condition
StrongTypingException

The value for column BackorderAvailabilityDate in table InventorySkus is DBNull.

Remarks

The value in the BackorderAvailabilityDateColumn column of the InventorySkusDataSet..::.InventorySkusDataTable table.

Permissions

See Also

Reference

InventorySkusDataSet..::.InventorySku Class

InventorySkusDataSet..::.InventorySku Members

Microsoft.CommerceServer.Inventory Namespace