Click or drag to resize
WebFileOrderQueuedDate Property
The date the order was inserted in order queue. Orders can be requeued when errors occurs, that's why we need this property.

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Nullable<DateTime> QueuedDate { get; set; }

Property Value

Type: NullableDateTime
Remarks
Use this property when implementing business logic in service. Not IsQueuedDateSpecified and QueuedDateValue.
See Also