BackorderAvailabilityDate Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the backorder availability date.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property BackorderAvailabilityDate As DateTime
'Usage
Dim instance As 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 backorder availability date.
Remarks
The back order availability date, if the product is back orderable. This is an optional attribute which specifies when the backorder will be available.
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.