Click or drag to resize
WebFileOrderProcessStartDate Property
The date when the file order began processing.

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> ProcessStartDate { get; set; }

Property Value

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