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.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public Nullable<DateTime> QueuedDate { get; set; }
Public Property QueuedDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime> QueuedDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member QueuedDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeRemarks
Use this property when implementing business logic in service. Not IsQueuedDateSpecified and QueuedDateValue.
See Also